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