Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
952cbef
1
Parent(s):
e847c76
Update app.py
Browse files
app.py
CHANGED
@@ -337,7 +337,7 @@ with st.container():
|
|
337 |
folium.LayerControl().add_to(folium_layermap)
|
338 |
|
339 |
# Display the map using st_folium
|
340 |
-
st.
|
341 |
|
342 |
k_threshold = 5
|
343 |
|
|
|
337 |
folium.LayerControl().add_to(folium_layermap)
|
338 |
|
339 |
# Display the map using st_folium
|
340 |
+
st.folium(folium_layermap, width=1200, height=600)
|
341 |
|
342 |
k_threshold = 5
|
343 |
|