Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
58b3cb4
1
Parent(s):
f58bd55
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=100, max_value=20000, value=2000,
|
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=100, 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()))
|