Spaces:
Runtime error
Runtime error
Commit
路
2158a3c
1
Parent(s):
beb215b
Update app.py
Browse files
app.py
CHANGED
@@ -293,6 +293,10 @@ def run():
|
|
293 |
localidad=st.checkbox('Localidad')
|
294 |
submit_button = col.form_submit_button(label='Analizar')
|
295 |
error =False
|
|
|
|
|
|
|
|
|
296 |
|
297 |
if submit_button:
|
298 |
# Condici贸n para el caso de que esten dos check seleccionados
|
|
|
293 |
localidad=st.checkbox('Localidad')
|
294 |
submit_button = col.form_submit_button(label='Analizar')
|
295 |
error =False
|
296 |
+
submit_button = st.sidebar.button('Submit')
|
297 |
+
clear_button = st.sidebar.button('Clear')
|
298 |
+
|
299 |
+
st.sidebar.row(submit_button, clear_button)
|
300 |
|
301 |
if submit_button:
|
302 |
# Condici贸n para el caso de que esten dos check seleccionados
|