mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 09:10:26 +02:00
Update app.py
Reduced max radius to 10km
This commit is contained in:
committed by
GitHub
parent
ab662fd09f
commit
c7d0ab8548
2
app.py
2
app.py
@@ -19,7 +19,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, 20.0, 0.1, step=0.5)
|
radius = st.slider("Radius (km)", 0.5, 10.0, 0.1, step=0.5)
|
||||||
circular = st.checkbox("Circular map", value=False)
|
circular = st.checkbox("Circular map", value=False)
|
||||||
|
|
||||||
# Add input for number of colors
|
# Add input for number of colors
|
||||||
|
Reference in New Issue
Block a user