Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def ac():
|
|
190 |
h=gr.Textbox(value="V")
|
191 |
t_state=gr.Number()
|
192 |
t_switch=gr.Textbox(value=0)
|
193 |
-
with gr.Accordion(open=False, visible=False) as acc:
|
194 |
restart = gr.Button(elem_id="restart_btn")
|
195 |
|
196 |
def un_btn():
|
|
|
190 |
h=gr.Textbox(value="V")
|
191 |
t_state=gr.Number()
|
192 |
t_switch=gr.Textbox(value=0)
|
193 |
+
with gr.Accordion(label="Timeout",open=False, visible=False) as acc:
|
194 |
restart = gr.Button(elem_id="restart_btn")
|
195 |
|
196 |
def un_btn():
|