Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
6e12377
1
Parent(s):
58b3cb4
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with st.sidebar:
|
|
156 |
|
157 |
# Conditionally render the radius slider
|
158 |
if radius_visible:
|
159 |
-
radius_in_meters = st.slider('Selecione raio (em metros)', min_value=
|
160 |
|
161 |
# Initialize sliders variables
|
162 |
dorm_range = (int(data_tipo['Dorm'].min()), int(data_tipo['Dorm'].max()))
|
|
|
156 |
|
157 |
# Conditionally render the radius slider
|
158 |
if radius_visible:
|
159 |
+
radius_in_meters = st.slider('Selecione raio (em metros)', min_value=500, max_value=20000, value=2000, step=500)
|
160 |
|
161 |
# Initialize sliders variables
|
162 |
dorm_range = (int(data_tipo['Dorm'].min()), int(data_tipo['Dorm'].max()))
|