Hands-on tutorial of Streamlit
Fork this repository and clone it locally. It's important to fork so that we can deploy your app to the web later.
Create an environment with:
python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
Start running the app locally with:
streamlit run app.py
Deploy your app by pasting your GitHub repo URL at https://share.streamlit.io/