app-generator / sample-streamlit

Streamlit Sample - PIE Chart that loads data from external JSON | AppSeed

Home Page:https://github.com/app-generator/sample-streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit - Pie Chart Sample

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