Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
5112c8a
1
Parent(s):
174207a
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], tiles="Cartodb Positron", zoom_start=
|
311 |
|
312 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|
313 |
add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')
|
@@ -318,7 +318,7 @@ with st.container():
|
|
318 |
folium.LayerControl().add_to(folium_layermap)
|
319 |
|
320 |
# Display the map using st_folium
|
321 |
-
st_folium(folium_layermap, height=400)
|
322 |
|
323 |
k_threshold = 5
|
324 |
|
|
|
307 |
download_placeholder.markdown(href, unsafe_allow_html=True)
|
308 |
|
309 |
|
310 |
+
folium_layermap = folium.Map(location=[custom_lat, custom_lon], tiles="Cartodb Positron", zoom_start=14)
|
311 |
|
312 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|
313 |
add_heatmap_layer(folium_layermap, filtered_data, 'Valor_Urb', 'RdBu_r')
|
|
|
318 |
folium.LayerControl().add_to(folium_layermap)
|
319 |
|
320 |
# Display the map using st_folium
|
321 |
+
st_folium(folium_layermap, width=1500, height=400)
|
322 |
|
323 |
k_threshold = 5
|
324 |
|