Update app.py
Browse files
app.py
CHANGED
|
@@ -26,16 +26,10 @@ with DemoTab:
|
|
| 26 |
|
| 27 |
submit_button = st.form_submit_button(label="Clasificar")
|
| 28 |
|
| 29 |
-
|
| 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:',
|
| 38 |
-
value = ex_1)
|
| 39 |
|
| 40 |
if submit_button and not sintomas:
|
| 41 |
st.warning("⚠️ Debe introducir los síntomas.")
|
|
|
|
| 26 |
|
| 27 |
submit_button = st.form_submit_button(label="Clasificar")
|
| 28 |
|
| 29 |
+
st.markdown("** Ejemplos **")
|
|
|
|
| 30 |
st.markdown("Se muestra impasivo emocionalmente.")
|
| 31 |
st.markdown("Irresponsable en su trabajo, suele saltarse las normas. No le importa la opinión de los demás.")
|
| 32 |
st.markdown("No puede controlar su ira.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
if submit_button and not sintomas:
|
| 35 |
st.warning("⚠️ Debe introducir los síntomas.")
|