Free Streamlit sample that loads the inputs from an external JSON and plot a PIE Chart.
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 - Pie Chart Sample - Free starter provided by AppSeed