xp3857 commited on
Commit
a60273f
1 Parent(s): 65c894b

Update app.py

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