Update app.py
Browse files
app.py
CHANGED
@@ -276,11 +276,11 @@ class App:
|
|
276 |
btn_reset.click(None,js="window.location.reload()")
|
277 |
with gr.Row():
|
278 |
with gr.Column(scale=3):
|
279 |
-
tb_indicator = gr.Textbox(label="Output result")
|
280 |
with gr.Column(scale=1):
|
281 |
-
tb_info = gr.Textbox(label="Output info", interactive=False)
|
282 |
with gr.Column(scale=1):
|
283 |
-
files_subtitles = gr.Files(label="Output file", interactive=False)
|
284 |
# btn_openfolder = gr.Button('📂', scale=1)
|
285 |
|
286 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp]
|
|
|
276 |
btn_reset.click(None,js="window.location.reload()")
|
277 |
with gr.Row():
|
278 |
with gr.Column(scale=3):
|
279 |
+
tb_indicator = gr.Textbox(label="Output result", scale=1)
|
280 |
with gr.Column(scale=1):
|
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 |
|
286 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp]
|