TaiYouWeb commited on
Commit
bf23488
·
verified ·
1 Parent(s): 14692ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -441,7 +441,7 @@ with demo:
441
  tab_names=["Audio", "Video", "YouTube"]
442
  )
443
  with gr.Group():
444
- sys_status_output = gr.Markdown(label="System Status", interactive=False)
445
  refresh_button = gr.Button("Refresh System Status")
446
  refresh_button.click(refresh_status, None, sys_status_output)
447
 
 
441
  tab_names=["Audio", "Video", "YouTube"]
442
  )
443
  with gr.Group():
444
+ sys_status_output = gr.Markdown(label="System Status")
445
  refresh_button = gr.Button("Refresh System Status")
446
  refresh_button.click(refresh_status, None, sys_status_output)
447