This commit is contained in:
Oleh Omelchenko
2024-06-20 00:54:13 +03:00
commit dc660f481c
6 changed files with 58 additions and 0 deletions

15
readme.md Normal file
View File

@@ -0,0 +1,15 @@
## 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
```