Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
4935da5
1
Parent(s):
7bc3e68
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ with st.container():
|
|
307 |
download_placeholder.markdown(href, unsafe_allow_html=True)
|
308 |
|
309 |
|
310 |
-
folium_layermap = folium.Map(location=[custom_lat, custom_lon], zoom_start=12
|
311 |
|
312 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|
313 |
add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')
|
|
|
307 |
download_placeholder.markdown(href, unsafe_allow_html=True)
|
308 |
|
309 |
|
310 |
+
folium_layermap = folium.Map(location=[custom_lat, custom_lon], zoom_start=12)
|
311 |
|
312 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|
313 |
add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')
|