Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|