Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
81451ff
1
Parent(s):
52c99a4
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with st.container():
|
|
324 |
|
325 |
# Add grayscale tiles from OpenStreetMap
|
326 |
folium.TileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png',
|
327 |
-
attr='© Stadia Maps',
|
328 |
name='grayscale').add_to(folium_layermap)
|
329 |
|
330 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|
|
|
324 |
|
325 |
# Add grayscale tiles from OpenStreetMap
|
326 |
folium.TileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png',
|
327 |
+
attr='© Stadia Maps | Tiles courtesy of Stadia Maps',
|
328 |
name='grayscale').add_to(folium_layermap)
|
329 |
|
330 |
# Add heatmap layers for 'Valor_Urb', 'Valor_Eqp', and 'RENDA'
|