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.jsonStart the
StreamlitApp
streamlit run dashboard.pyVisit the app in the browser http://localhost:8501
Streamlit - Pie Chart Sample - Free starter provided by AppSeed
