this post was submitted on 23 Aug 2023
46 points (100.0% liked)

InternetIsBeautiful

3402 readers
1 users here now

A place for your preferably unique useful or fun sites and kind of a bookmark manager for me :p

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] GCostanzaStepOnMe@feddit.de 6 points 2 years ago* (last edited 2 years ago) (1 children)

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     
[โ€“] Blaze@discuss.tchncs.de 1 points 2 years ago

Thanks for sharing!