ancerlop commited on
Commit
e19d453
·
1 Parent(s): 605db98

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
- gr.Button(text="Guardar en JSON", type="button", live=False, callback=guardar_checkbox_info)
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", type="button", live=False, callback=guardar_checkbox_info)
49
  ]
50
  )
51