Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ interfaz = gr.Interface(
|
|
45 |
outputs=[
|
46 |
gr.Textbox(label="Texto de Salida", type="text"),
|
47 |
*checkboxes_tipos.values(),
|
48 |
-
gr.Button(value="Guardar en JSON",
|
49 |
]
|
50 |
)
|
51 |
|
|
|
45 |
outputs=[
|
46 |
gr.Textbox(label="Texto de Salida", type="text"),
|
47 |
*checkboxes_tipos.values(),
|
48 |
+
gr.Button(value="Guardar en JSON", live=False, callback=guardar_checkbox_info)
|
49 |
]
|
50 |
)
|
51 |
|