Update app.py
Browse files
app.py
CHANGED
|
@@ -57,14 +57,11 @@ def generacion_llm(texto_input):
|
|
| 57 |
with gr.Blocks() as interface:
|
| 58 |
# Title and description
|
| 59 |
gr.Markdown(
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
# Estructurador de Autodiagn贸stico
|
| 66 |
-
Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido.
|
| 67 |
-
"""
|
| 68 |
)
|
| 69 |
# Input and output components
|
| 70 |
input_text = gr.Textbox(label="Ingrese su texto libre para estructurar.")
|
|
|
|
| 57 |
with gr.Blocks() as interface:
|
| 58 |
# Title and description
|
| 59 |
gr.Markdown(
|
| 60 |
+
"""
|
| 61 |
+

|
| 62 |
+
# Estructurador de Autodiagn贸stico
|
| 63 |
+
Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido.
|
| 64 |
+
"""
|
|
|
|
|
|
|
|
|
|
| 65 |
)
|
| 66 |
# Input and output components
|
| 67 |
input_text = gr.Textbox(label="Ingrese su texto libre para estructurar.")
|