ancerlop commited on
Commit
18a33b3
·
1 Parent(s): c7b62d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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