LAP-DEV commited on
Commit
a4738d6
·
verified ·
1 Parent(s): cb1f28f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -316,9 +316,9 @@ class App:
316
  btn_reset = gr.Button(value="Reset")
317
  btn_reset.click(None,js="window.location.reload()")
318
  with gr.Row():
319
- with gr.Column(scale=5):
320
  tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", show_copy_button=True, show_label=True)
321
- with gr.Column(scale=2):
322
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
323
  files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
324
  # btn_openfolder = gr.Button('📂', scale=1)
 
316
  btn_reset = gr.Button(value="Reset")
317
  btn_reset.click(None,js="window.location.reload()")
318
  with gr.Row():
319
+ with gr.Column(scale=4):
320
  tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", show_copy_button=True, show_label=True)
321
+ with gr.Column(scale=1):
322
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
323
  files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
324
  # btn_openfolder = gr.Button('📂', scale=1)