LAP-DEV commited on
Commit
b56d8cf
·
verified ·
1 Parent(s): f9600be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -279,6 +279,7 @@ class App:
279
  tb_indicator = gr.Textbox(label="Output result", scale=1)
280
  with gr.Column(scale=2):
281
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
 
282
  files_subtitles = gr.Files(label="Output file", interactive=False, scale=1)
283
  # btn_openfolder = gr.Button('📂', scale=1)
284
 
 
279
  tb_indicator = gr.Textbox(label="Output result", scale=1)
280
  with gr.Column(scale=2):
281
  tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
282
+ with gr.Column(scale=1):
283
  files_subtitles = gr.Files(label="Output file", interactive=False, scale=1)
284
  # btn_openfolder = gr.Button('📂', scale=1)
285