fschwartzer commited on
Commit
dd920bd
1 Parent(s): 952cbef

Update app.py

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