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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -283,11 +283,10 @@ class App:
283
  btn_reset = gr.Button(value="Reset")
284
  btn_reset.click(None,js="window.location.reload()")
285
  with gr.Row():
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
 
 
283
  btn_reset = gr.Button(value="Reset")
284
  btn_reset.click(None,js="window.location.reload()")
285
  with gr.Row():
286
+ with gr.Column(scale=4):
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