mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-02 02:42:41 +02:00
Update app.py
Changed app max range to 1.5km to reduce load on streamlit cloud
This commit is contained in:
committed by
GitHub
parent
9141ae3377
commit
788dd72cd0
2
app.py
2
app.py
@@ -30,7 +30,7 @@ with cols[0]:
|
||||
query = st.text_area(
|
||||
"Location", value="Stad van de Zon, Heerhugowaard, Netherlands", height=86
|
||||
)
|
||||
radius = st.slider("Radius (km)", 0.5, 10.0, 0.75, step=0.5)
|
||||
radius = st.slider("Radius (km)", 0.5, 1.5, 0.5, step=0.25)
|
||||
circular = st.checkbox("Circular map", value=False)
|
||||
|
||||
# Preset selector
|
||||
|
Reference in New Issue
Block a user