xellDart13 commited on
Commit
605fbb1
·
verified ·
1 Parent(s): 8e9e3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ iface = gr.Interface(
58
  ],
59
  outputs=gr.Textbox(label="API Response", lines=10),
60
  title="NebuIA ID Estructure Extractor",
61
- description="Sube un ID, modifica la estructura con los datos que deseas extraer y presiona submint."
62
  )
63
 
64
  # Launch the interface
 
58
  ],
59
  outputs=gr.Textbox(label="API Response", lines=10),
60
  title="NebuIA ID Estructure Extractor",
61
+ description="Sube un ID, modifica la estructura con los datos que deseas extraer y presiona Submit."
62
  )
63
 
64
  # Launch the interface