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

Update app.py

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