jcmachicao commited on
Commit
33a341c
verified
1 Parent(s): cd9e3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,9 +56,9 @@ def generacion_llm(texto_input):
56
  # Define Gradio app
57
  interface = gr.Interface(
58
  fn=generacion_llm,
59
- inputs=gr.Textbox(label="Ingrese su texto para analizar"),
60
  outputs=gr.Textbox(label="Resultado JSON"),
61
- title="Extractor de Texto a JSON",
62
  description="Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido."
63
  )
64
 
 
56
  # Define Gradio app
57
  interface = gr.Interface(
58
  fn=generacion_llm,
59
+ inputs=gr.Textbox(label="Ingrese su texto libre para estructurar."),
60
  outputs=gr.Textbox(label="Resultado JSON"),
61
+ title="Estructurador de Autodiagn贸stico",
62
  description="Ingrese el texto para analizar y extraer informaci贸n en un formato JSON predefinido."
63
  )
64