virtualenv -p /usr/bin/python3.9 env
source env/bin/activate
pip install -r requirements.txt
Deployed via linking this github repo to streamlit cloud. Updates to demo.py
should automatically appear at
https://nickjalbert-streamlit-test-demo-jwqx9q.streamlitapp.com/.