Update app.py
Browse files
app.py
CHANGED
|
@@ -22,12 +22,16 @@ DemoTab, AboutTab = st.tabs(["Demo", "Acerca de"])
|
|
| 22 |
with DemoTab:
|
| 23 |
with st.form(key="diagtrast_form"):
|
| 24 |
sintomas = st.text_input(label = 'Introduce texto:',
|
| 25 |
-
value = '
|
| 26 |
|
| 27 |
submit_button = st.form_submit_button(label="Clasificar")
|
| 28 |
|
| 29 |
with st.form(key="examples"):
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
if ex_1:
|
| 33 |
sintomas = st.text_input(label = 'Introduce texto:',
|
|
|
|
| 22 |
with DemoTab:
|
| 23 |
with st.form(key="diagtrast_form"):
|
| 24 |
sintomas = st.text_input(label = 'Introduce texto:',
|
| 25 |
+
value = 'El paciente tiene problemas con el alohol. Normalmente toma decisiones importantes sin pensarlo profundamente. Tiene una idea pesimista de su persona y acude a sus familiares para sentirse mejor. No tiene la capacidad de controlar sus sentimientos, la mayoría de las veces los reprime.')
|
| 26 |
|
| 27 |
submit_button = st.form_submit_button(label="Clasificar")
|
| 28 |
|
| 29 |
with st.form(key="examples"):
|
| 30 |
+
st.markdown("<b> Ejemplos </b>")
|
| 31 |
+
st.markdown("Se muestra impasivo emocionalmente.")
|
| 32 |
+
st.markdown("Irresponsable en su trabajo, suele saltarse las normas. No le importa la opinión de los demás.")
|
| 33 |
+
st.markdown("No puede controlar su ira.")
|
| 34 |
+
|
| 35 |
|
| 36 |
if ex_1:
|
| 37 |
sintomas = st.text_input(label = 'Introduce texto:',
|