fschwartzer commited on
Commit
174207a
1 Parent(s): 5f12e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1200, height=600)
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