kopia lustrzana https://github.com/marceloprates/prettymaps
Update app.py
Changed app max range to 1.5km to reduce load on streamlit cloudpull/134/head
rodzic
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
|
||||
|
|
Ładowanie…
Reference in New Issue