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

16 lines
231 B
Markdown

## 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
```