Spaces:
Sleeping
Sleeping
update streamlit app
Browse files- requirements.txt +9 -1
- src/streamlit_app.py +0 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
networkx
|
| 5 |
+
geopandas
|
| 6 |
+
plotly
|
| 7 |
+
shapely
|
| 8 |
+
scipy
|
| 9 |
+
folium
|
| 10 |
+
zipfile
|
| 11 |
+
matplotlib
|
src/streamlit_app.py
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|