Files
kse-streamlit-2024-06/readme.md
Oleh Omelchenko dc660f481c init
2024-06-20 00:54:13 +03:00

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