Update app.py
Browse files
app.py
CHANGED
|
@@ -61,9 +61,8 @@ def generacion_llm(texto_input):
|
|
| 61 |
# Define Gradio app
|
| 62 |
with gr.Blocks() as interface:
|
| 63 |
# Title and description
|
|
|
|
| 64 |
gr.Markdown(
|
| 65 |
-
"""
|
| 66 |
-

|
| 67 |
# Estructurador de Autodiagn贸stico
|
| 68 |
Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido.
|
| 69 |
"""
|
|
|
|
| 61 |
# Define Gradio app
|
| 62 |
with gr.Blocks() as interface:
|
| 63 |
# Title and description
|
| 64 |
+
gr.HTML("<img src='file/gdmk_logo.png' alt='image'>")
|
| 65 |
gr.Markdown(
|
|
|
|
|
|
|
| 66 |
# Estructurador de Autodiagn贸stico
|
| 67 |
Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido.
|
| 68 |
"""
|