DemiPoto commited on
Commit
3171778
·
verified ·
1 Parent(s): ac95a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -479,7 +479,7 @@ def make_me():
479
 
480
  button_start=gr.Button("START")
481
  button_stop=gr.Button("STOP")
482
- cont=gr.Radio(True,visible=False)
483
  button_start.click(lambda:True,[],[cont])
484
  button_stop.click(lambda:False,[],[cont])
485
  with gr.Row():
 
479
 
480
  button_start=gr.Button("START")
481
  button_stop=gr.Button("STOP")
482
+ cont=gr.Checkbox(True,visible=False)
483
  button_start.click(lambda:True,[],[cont])
484
  button_stop.click(lambda:False,[],[cont])
485
  with gr.Row():