fschwartzer commited on
Commit
6827a2d
1 Parent(s): 3f9638f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -306,6 +306,8 @@ with st.container():
306
  download_placeholder = st.empty()
307
  download_placeholder.markdown(href, unsafe_allow_html=True)
308
 
 
 
309
 
310
  # Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
311
  add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')
 
306
  download_placeholder = st.empty()
307
  download_placeholder.markdown(href, unsafe_allow_html=True)
308
 
309
+
310
+ folium_layermap = folium.Map(location=[latitude, longitude], zoom_start=12, tiles='Stamen Toner')
311
 
312
  # Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
313
  add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')