[go: nahoru, domu]

Skip to content

app-generator/sample-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Free Streamlit sample that loads the inputs from an external JSON and plot a PIE Chart.

How to use it

Install Modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt 

Edit Data.json (optional)

$ vi data.json

Start the Streamlit App

streamlit run dashboard.py

Visit the app in the browser http://localhost:8501

Streamlit Sample - Pie Charts loaded via an external JSON.



Streamlit - Pie Chart Sample - Free starter provided by AppSeed