You must log in or register to comment.
Any way to run the streamlit app locally?
Edit:
This worked for me: Git clone then
pip install -r requirements.txt pip install -r requirements-dev.txt pip install -r streamlit-prettymapp/requirements.txt streamlit run streamlit-prettymapp/app.py --server.fileWatcherType none
Thanks for sharing!