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