Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ interfaz = gr.Interface(
|
|
| 43 |
gr.Checkbox(label="Habilitar Prompt Template")
|
| 44 |
],
|
| 45 |
outputs=[
|
| 46 |
-
gr.Textbox(label="Texto de Salida", type="
|
| 47 |
*checkboxes_tipos.values(),
|
| 48 |
gr.Button(label="Guardar en JSON", type="button", live=True)
|
| 49 |
]
|
|
|
|
| 43 |
gr.Checkbox(label="Habilitar Prompt Template")
|
| 44 |
],
|
| 45 |
outputs=[
|
| 46 |
+
gr.Textbox(label="Texto de Salida", type="text"),
|
| 47 |
*checkboxes_tipos.values(),
|
| 48 |
gr.Button(label="Guardar en JSON", type="button", live=True)
|
| 49 |
]
|