Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ Usa un estilo claro, formal y coherente.
|
|
247 |
with gr.Blocks(css=css_externado) as interfaz:
|
248 |
gr.Markdown("""
|
249 |
<div style='display: flex; align-items: center; gap: 12px;'>
|
250 |
-
<img src='https://
|
251 |
<h1 style='color: white; font-family: Roboto, sans-serif;'>LEGALFAMI – Asistente Legal con Razonamiento Jurídico</h1>
|
252 |
</div>
|
253 |
""")
|
|
|
247 |
with gr.Blocks(css=css_externado) as interfaz:
|
248 |
gr.Markdown("""
|
249 |
<div style='display: flex; align-items: center; gap: 12px;'>
|
250 |
+
<img src='https://huggingface.co/spaces/km1lo/LEGALFAMI/raw/main/Logo%20externado.jpg' style='height: 60px;'/>
|
251 |
<h1 style='color: white; font-family: Roboto, sans-serif;'>LEGALFAMI – Asistente Legal con Razonamiento Jurídico</h1>
|
252 |
</div>
|
253 |
""")
|