LAP-DEV commited on
Commit
1fb8d85
·
verified ·
1 Parent(s): 98317b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ class App:
277
  btn_reset.click(None,js="window.location.reload()")
278
  with gr.Row():
279
  with gr.Column(scale=3):
280
- tb_indicator = gr.Textbox(label="Output preview", scale=1) #, show_copy_button=True, show_label=True)
281
  with gr.Column(scale=1):
282
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
283
  files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
 
277
  btn_reset.click(None,js="window.location.reload()")
278
  with gr.Row():
279
  with gr.Column(scale=3):
280
+ tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
281
  with gr.Column(scale=1):
282
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
283
  files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")