Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with col3:
|
|
35 |
if st.button(hospitals[2][0]):
|
36 |
m.location = [hospitals[2][2], hospitals[2][3]]
|
37 |
|
38 |
-
col4, col5, col6 = st.
|
39 |
with col4:
|
40 |
if st.button(hospitals[3][0]):
|
41 |
m.location = [hospitals[3][2], hospitals[3][3]]
|
|
|
35 |
if st.button(hospitals[2][0]):
|
36 |
m.location = [hospitals[2][2], hospitals[2][3]]
|
37 |
|
38 |
+
col4, col5, col6 = st.columns(3)
|
39 |
with col4:
|
40 |
if st.button(hospitals[3][0]):
|
41 |
m.location = [hospitals[3][2], hospitals[3][3]]
|