mirror of
https://github.com/olehomelchenko/kse-streamlit-2024-06.git
synced 2025-12-21 21:22:24 +00:00
231 B
231 B
Demo of Streamlit interactive dashboard
to install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
to run locally:
streamlit run app.py --server.address=127.0.0.1