ancerlop commited on
Commit
df0140f
·
1 Parent(s): 6594108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- btn = gr.Button(value="Guardar en JSON")
49
  btn.click(guardar_checkbox_info)
50
  ]
51
  )
 
45
  outputs=[
46
  gr.Textbox(label="Texto de Salida", type="text"),
47
  *checkboxes_tipos.values(),
48
+ btn = gr.Button(value="Guardar en JSON"),
49
  btn.click(guardar_checkbox_info)
50
  ]
51
  )