mirror of
https://github.com/olehomelchenko/kse-streamlit-2024-06.git
synced 2025-12-21 21:22:24 +00:00
16 lines
231 B
Markdown
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
|
|
```
|