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

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_chart(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