awacke1 commited on
Commit
2a1e2dc
·
1 Parent(s): 3f5e0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)