Update app.py
Browse files
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 |
|