Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 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():
|