MGC1991MF commited on
Commit
3f675f0
·
verified ·
1 Parent(s): 05e12f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -423,7 +423,7 @@ class PDFReport(FPDF):
423
  st.markdown("""
424
  <div class="header-container">
425
  <h1 style="color: white !important; font-size: clamp(1.1rem, 5vw, 2rem); line-height: 1.3; word-wrap: break-word; overflow-wrap: break-word;">🏥 DermaRAG - Sistema Multiagente de Diagnóstico Dermatológico</h1>
426
- <p style="color: white !important;">IA Explicable | Guías AAD/BAD/NCCN</p>
427
  </div>
428
  """, unsafe_allow_html=True)
429
 
@@ -1106,4 +1106,4 @@ with st.sidebar:
1106
  with st.expander("Traceback completo"):
1107
  st.code(traceback.format_exc())
1108
 
1109
- st.markdown("<div style='text-align: center; color: #666666; padding: 20px;'>DermaRAG MVP v1.5 | Desarrollado con Mistral + EfficientNet-B4</div>", unsafe_allow_html=True)
 
423
  st.markdown("""
424
  <div class="header-container">
425
  <h1 style="color: white !important; font-size: clamp(1.1rem, 5vw, 2rem); line-height: 1.3; word-wrap: break-word; overflow-wrap: break-word;">🏥 DermaRAG - Sistema Multiagente de Diagnóstico Dermatológico</h1>
426
+ <p style="color: white !important;">Prototipo Funcional| IA Explicable con Retrieval-Augmented Generation | Guías AAD/BAD/NCCN</p>
427
  </div>
428
  """, unsafe_allow_html=True)
429
 
 
1106
  with st.expander("Traceback completo"):
1107
  st.code(traceback.format_exc())
1108
 
1109
+ st.markdown("<div style='text-align: center; color: #666666; padding: 20px;'>DermaRAG MVP v2.0 | Desarrollado con Mistral + EfficientNet-B4</div>", unsafe_allow_html=True)