You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamlit deployment directory. Contains geojson for mapping, json for alcaldia data, function.py containing map and graph plotting, and the testmain.py file with the dashboard script.
After the clone, you need to create your new enviroment with:
cd cdmx911_frontend
pyenv virtualenv cdmx911_frontend
Once you have the enviroment you need to install the libraries:
pip install -r requirements.txt
Now you can run it!
make run_testmain
About
Streamlit deployment directory. Contains geojson for mapping, json for alcaldia data, function.py containing map and graph plotting, and the testmain.py file with the dashboard script.