Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
19af976
1
Parent(s):
6ee2207
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with st.sidebar:
|
|
165 |
|
166 |
# Conditionally render the radius slider
|
167 |
if radius_visible:
|
168 |
-
radius_in_meters = st.
|
169 |
|
170 |
# Initialize sliders variables
|
171 |
dorm_range = (int(data_tipo['Dorm'].min()), int(data_tipo['Dorm'].max()))
|
|
|
165 |
|
166 |
# Conditionally render the radius slider
|
167 |
if radius_visible:
|
168 |
+
radius_in_meters = st.number_input('Selecione raio (em metros)', min_value=0, max_value=100000, value=2000)
|
169 |
|
170 |
# Initialize sliders variables
|
171 |
dorm_range = (int(data_tipo['Dorm'].min()), int(data_tipo['Dorm'].max()))
|