App for fast insights from your business and marketing data
-
Create .py file with code: import streamlit as st st.write("Hello")
In our situation, the file is already created: home_page.py
-
Open terminal and set envy where you have installed streamlit pack with commend: conda activate nazwa_srodowiska (you can see all env by commend conda env list).
-
Go to the catalog with file from 1 step by commend: cd /ścieżka/do/folderu
-
Active file with commend: streamlit run nazwa_pliku.py
-
After that, it will automatically open web app on your browser.
-
Now you can modify the application file.
- What we can display in app? - https://docs.streamlit.io/develop/api-reference