Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ class App:
|
|
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=
|
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)
|
|
|
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=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)
|