Update app.py

This commit is contained in:
Marcelo de Oliveira Rosa Prates
2025-03-04 11:59:10 -03:00
committed by GitHub
parent f566aad3d6
commit eaee9849ae

2
app.py
View File

@@ -90,7 +90,7 @@ with cols[0]:
layers = {
# "hillshade": st.checkbox("Hillshade", value="hillshade" in style),
"buildings": st.checkbox("Buildings", value="buildings" in style),
"building": st.checkbox("Buildings", value="building" in style),
"streets": st.checkbox("Streets", value="streets" in style),
"waterway": st.checkbox("Waterway", value="waterway" in style),
"building": st.checkbox("Building", value="building" in style),