Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
0df2b89
1
Parent(s):
0db29ce
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ with st.container():
|
|
307 |
add_heatmap_layer(folium_layermap, filtered_data, 'RENDA', 'RdBu_r')
|
308 |
|
309 |
# Add layer control
|
310 |
-
folium.LayerControl().add_to(
|
311 |
|
312 |
# Display the map using st_folium
|
313 |
st_folium(folium_layermap, width="100%", height="100%")
|
|
|
307 |
add_heatmap_layer(folium_layermap, filtered_data, 'RENDA', 'RdBu_r')
|
308 |
|
309 |
# Add layer control
|
310 |
+
folium.LayerControl().add_to(folium_layermap)
|
311 |
|
312 |
# Display the map using st_folium
|
313 |
st_folium(folium_layermap, width="100%", height="100%")
|