Blaze@discuss.tchncs.de to InternetIsBeautiful@feddit.deEnglish · 1 year agoGitHub - chrieke/prettymapp: 🖼️ Create beautiful maps from OpenStreetMap data in a streamlit webappgithub.comexternal-linkmessage-square2fedilinkarrow-up146arrow-down10cross-posted to: geospatialhackernews@derp.footechnews@radiation.party
arrow-up146arrow-down1external-linkGitHub - chrieke/prettymapp: 🖼️ Create beautiful maps from OpenStreetMap data in a streamlit webappgithub.comBlaze@discuss.tchncs.de to InternetIsBeautiful@feddit.deEnglish · 1 year agomessage-square2fedilinkcross-posted to: geospatialhackernews@derp.footechnews@radiation.party
minus-squareGCostanzaStepOnMe@feddit.delinkfedilinkEnglisharrow-up7arrow-down1·edit-21 year agoAny 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
Any way to run the streamlit app locally?
Edit:
This worked for me: Git clone then
Thanks for sharing!