Spaces:
Sleeping
Sleeping
Commit
·
f7da8b2
1
Parent(s):
43e6a8c
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with st.container():
|
|
267 |
folium.LayerControl().add_to(folium_layermap)
|
268 |
|
269 |
# Display the map using st_folium
|
270 |
-
st_folium(folium_layermap)
|
271 |
|
272 |
k_threshold = 5
|
273 |
|
|
|
267 |
folium.LayerControl().add_to(folium_layermap)
|
268 |
|
269 |
# Display the map using st_folium
|
270 |
+
st_folium(folium_layermap, width=600, height=300)
|
271 |
|
272 |
k_threshold = 5
|
273 |
|