Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ class App:
|
|
277 |
btn_reset.click(None,js="window.location.reload()")
|
278 |
with gr.Row():
|
279 |
with gr.Column(scale=3):
|
280 |
-
tb_indicator = gr.Textbox(label="Output preview", scale=1
|
281 |
with gr.Column(scale=1):
|
282 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
283 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|
|
|
277 |
btn_reset.click(None,js="window.location.reload()")
|
278 |
with gr.Row():
|
279 |
with gr.Column(scale=3):
|
280 |
+
tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
|
281 |
with gr.Column(scale=1):
|
282 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
283 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|