Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ folium.plugins.AntPath(waypoints, delay=3000).add_to(m)
|
|
24 |
folium_static(m)
|
25 |
|
26 |
# Create a grid of buttons for selecting hospitals
|
27 |
-
col1, col2, col3 = st.
|
28 |
with col1:
|
29 |
if st.button(hospitals[0][0]):
|
30 |
m.location = [hospitals[0][2], hospitals[0][3]]
|
|
|
24 |
folium_static(m)
|
25 |
|
26 |
# Create a grid of buttons for selecting hospitals
|
27 |
+
col1, col2, col3 = st.columns(3)
|
28 |
with col1:
|
29 |
if st.button(hospitals[0][0]):
|
30 |
m.location = [hospitals[0][2], hospitals[0][3]]
|