Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ with DemoTab:
|
|
| 38 |
'Diagn贸stico': [pred_berto[0]['label']]
|
| 39 |
})
|
| 40 |
|
| 41 |
-
st.markdown("###
|
| 42 |
st.caption("")
|
| 43 |
|
| 44 |
st.dataframe(df, use_container_width=True)
|
|
@@ -54,25 +54,7 @@ with DemoTab:
|
|
| 54 |
|
| 55 |
with ConclusionTab:
|
| 56 |
st.subheader("Conclusiones")
|
| 57 |
-
st.markdown("El presente proyecto ")
|
| 58 |
-
|
| 59 |
-
st.subheader("Recursos")
|
| 60 |
-
st.markdown("""
|
| 61 |
-
Modelo:
|
| 62 |
-
- [hackathon-somos-nlp-2023/DiagTrast-Berto](https://huggingface.co/hackathon-somos-nlp-2023/DiagTrast-Berto)
|
| 63 |
-
|
| 64 |
-
Dataset:
|
| 65 |
-
- [hackathon-somos-nlp-2023/DiagTrast](https://huggingface.co/datasets/hackathon-somos-nlp-2023/DiagTrast)
|
| 66 |
-
""")
|
| 67 |
-
|
| 68 |
-
st.subheader("Equipo")
|
| 69 |
-
st.markdown("""
|
| 70 |
-
- [Alberto Mart铆n Garrido](https://huggingface.co/Stremie)
|
| 71 |
-
- [Edgar Mencia](https://huggingface.co/edmenciab)
|
| 72 |
-
- [Miguel 脕ngel Sol铆s Orozco](https://huggingface.co/homosapienssapiens)
|
| 73 |
-
- [Jose Carlos V铆lchez Villegas](https://huggingface.co/JCarlos)
|
| 74 |
-
""")
|
| 75 |
-
|
| 76 |
|
| 77 |
with AboutTab:
|
| 78 |
st.subheader("Motivaci贸n")
|
|
|
|
| 38 |
'Diagn贸stico': [pred_berto[0]['label']]
|
| 39 |
})
|
| 40 |
|
| 41 |
+
st.markdown("### Resultado:")
|
| 42 |
st.caption("")
|
| 43 |
|
| 44 |
st.dataframe(df, use_container_width=True)
|
|
|
|
| 54 |
|
| 55 |
with ConclusionTab:
|
| 56 |
st.subheader("Conclusiones")
|
| 57 |
+
st.markdown("El presente proyecto muestra una herramienta que facilita al profesional la tarea de diagnosticar a pacientes con trastornos mentales. Aunque el proyecto se encuentra en la fase de prototipado, demuestra que los modelos de aprendizaje profundo basados en el lenguaje ayudan a identificar trastornos mentales con precisi贸n, facilitando la tarea a los profesionales.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
with AboutTab:
|
| 60 |
st.subheader("Motivaci贸n")
|