Stremie commited on
Commit
4d61f17
·
1 Parent(s): bfde9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ st.title('Diagnóstico de Trastornos Mentales')
21
  sintomas = st.text_input(label = 'Introduce síntomas',
22
  value = 'Nadie me quiere')
23
 
24
- st.markdown(classifier(utils.clean_text(sintomas[0]['label'])))
 
21
  sintomas = st.text_input(label = 'Introduce síntomas',
22
  value = 'Nadie me quiere')
23
 
24
+ st.markdown(classifier(utils.clean_text(sintomas)))