Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ with DemoTab:
|
|
| 30 |
ex_1 = st.form_submit_button(label="Yo también")
|
| 31 |
|
| 32 |
if ex_1:
|
| 33 |
-
sintomas.value =
|
| 34 |
|
| 35 |
if submit_button and not sintomas:
|
| 36 |
st.warning("⚠️ Debe introducir los síntomas.")
|
|
|
|
| 30 |
ex_1 = st.form_submit_button(label="Yo también")
|
| 31 |
|
| 32 |
if ex_1:
|
| 33 |
+
sintomas.value = ex_1
|
| 34 |
|
| 35 |
if submit_button and not sintomas:
|
| 36 |
st.warning("⚠️ Debe introducir los síntomas.")
|