jcmachicao commited on
Commit
7965ad3
verified
1 Parent(s): b0b0fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
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
- <br>
62
- <div style="text-align: center;">
63
- <img src="gdmk_logo.png" alt="Logo" style="width: 200px;">
64
- </div>
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
+ ![](gdmk_logo.png)
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.")