mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 09:10:26 +02:00
Update app.py
This commit is contained in:
committed by
GitHub
parent
f84a90de04
commit
f566aad3d6
2
app.py
2
app.py
@@ -30,7 +30,7 @@ with cols[0]:
|
|||||||
query = st.text_area(
|
query = st.text_area(
|
||||||
"Location", value="Stad van de Zon, Heerhugowaard, Netherlands", height=86
|
"Location", value="Stad van de Zon, Heerhugowaard, Netherlands", height=86
|
||||||
)
|
)
|
||||||
radius = st.slider("Radius (km)", 0.5, 1.5, 0.5, step=0.25)
|
radius = st.slider("Radius (km)", 0.5, 1.5, 0.75, step=0.25)
|
||||||
circular = st.checkbox("Circular map", value=False)
|
circular = st.checkbox("Circular map", value=False)
|
||||||
|
|
||||||
# Preset selector
|
# Preset selector
|
||||||
|
Reference in New Issue
Block a user