Update app.py
Browse files
app.py
CHANGED
@@ -246,18 +246,25 @@ Usa un estilo claro, formal y coherente.
|
|
246 |
# === Interfaz Gradio ===
|
247 |
with gr.Blocks(css=css_externado) as interfaz:
|
248 |
# Logo alineado a la izquierda
|
249 |
-
gr.Markdown("""
|
250 |
-
<div style='text-align:left;'>
|
251 |
-
|
252 |
-
</div>
|
253 |
-
""")
|
254 |
-
|
255 |
-
# Título centrado en blanco
|
256 |
-
gr.Markdown("""
|
257 |
-
<h1 style='color:#FFFFFF; text-align:center; font-family: Roboto, sans-serif;'>
|
258 |
-
LEGALFAMI – Asistente Legal con Razonamiento Jurídico
|
259 |
-
</h1>
|
260 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
|
262 |
with gr.Row():
|
263 |
with gr.Column():
|
|
|
246 |
# === Interfaz Gradio ===
|
247 |
with gr.Blocks(css=css_externado) as interfaz:
|
248 |
# Logo alineado a la izquierda
|
249 |
+
gr.Markdown("""
|
250 |
+
<div style='text-align:left;'>
|
251 |
+
<img src='https://huggingface.co/spaces/km1lo/LEGALFAMI/raw/main/Logo%20externado.jpg' style='height: 60px;'/>
|
252 |
+
</div>
|
253 |
+
""")
|
254 |
+
|
255 |
+
# Título centrado en blanco
|
256 |
+
gr.Markdown("""
|
257 |
+
<h1 style='color:#FFFFFF; text-align:center; font-family: Roboto, sans-serif;'>
|
258 |
+
LEGALFAMI – Asistente Legal con Razonamiento Jurídico
|
259 |
+
</h1>
|
260 |
+
""")
|
261 |
+
|
262 |
+
# Subtítulo
|
263 |
+
gr.Markdown("""
|
264 |
+
<p style='text-align:center; color:#FFFFFF;'>
|
265 |
+
Predice tipo de violencia, nivel de riesgo, medida de protección y redacta un Auto conforme a la Ley 575 Art.5.
|
266 |
+
</p>
|
267 |
+
""")
|
268 |
|
269 |
with gr.Row():
|
270 |
with gr.Column():
|