Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
174207a
1
Parent(s):
5f12e6f
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,
|
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, height=400)
|
322 |
|
323 |
k_threshold = 5
|
324 |
|