Demo: https://share.streamlit.io/harsh9200/protocol-dashboard/app.py
Install venv
python3 -m venv venv
Activate venv
source venv/bin/activate
Install dependencies
pip3 install -r requirements.txt
Run locally
streamlit run app.py
Only supports Python3.10+