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