Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
3092620
1
Parent(s):
5112c8a
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ with st.container():
|
|
318 |
folium.LayerControl().add_to(folium_layermap)
|
319 |
|
320 |
# Display the map using st_folium
|
321 |
-
st_folium(folium_layermap, width=
|
322 |
|
323 |
k_threshold = 5
|
324 |
|
|
|
318 |
folium.LayerControl().add_to(folium_layermap)
|
319 |
|
320 |
# Display the map using st_folium
|
321 |
+
st_folium(folium_layermap, width=1200, height=400)
|
322 |
|
323 |
k_threshold = 5
|
324 |
|