Stremie commited on
Commit
6aa8c5f
·
1 Parent(s): 78e855b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ex1
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.")