LAP-DEV commited on
Commit
acafd7c
·
verified ·
1 Parent(s): df3817a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -286,7 +286,8 @@ class App:
286
  with gr.Column(scale=3):
287
  tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
288
  with gr.Column(scale=1):
289
- tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
 
290
  files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
291
  # btn_openfolder = gr.Button('📂', scale=1)
292
 
 
286
  with gr.Column(scale=3):
287
  tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
288
  with gr.Column(scale=1):
289
+ tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
290
+ with gr.Column(scale=1):
291
  files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
292
  # btn_openfolder = gr.Button('📂', scale=1)
293