fschwartzer commited on
Commit
9b5b3cd
1 Parent(s): 7b329b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with st.container():
273
  folium.LayerControl().add_to(folium_map)
274
 
275
  # Display the map using st_folium
276
- st_folium(folium_map, width=2800, height=700)
277
 
278
  st.write("Dados:", filtered_data) # Debug: Print filtered_data
279
 
 
273
  folium.LayerControl().add_to(folium_map)
274
 
275
  # Display the map using st_folium
276
+ st_folium(folium_map, width=2200, height=700)
277
 
278
  st.write("Dados:", filtered_data) # Debug: Print filtered_data
279