Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def add_marker(hospital):
|
|
40 |
|
41 |
# Add markers for each hospital
|
42 |
for hospital in hospitals:
|
43 |
-
add_marker(hospital)
|
44 |
|
45 |
# Display the map in Streamlit
|
46 |
folium_static(m)
|
|
|
40 |
|
41 |
# Add markers for each hospital
|
42 |
for hospital in hospitals:
|
43 |
+
add_marker(hospital)
|
44 |
|
45 |
# Display the map in Streamlit
|
46 |
folium_static(m)
|