Update app.py
Browse files
app.py
CHANGED
|
@@ -283,11 +283,10 @@ class App:
|
|
| 283 |
btn_reset = gr.Button(value="Reset")
|
| 284 |
btn_reset.click(None,js="window.location.reload()")
|
| 285 |
with gr.Row():
|
| 286 |
-
with gr.Column(scale=
|
| 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 |
|
|
|
|
| 283 |
btn_reset = gr.Button(value="Reset")
|
| 284 |
btn_reset.click(None,js="window.location.reload()")
|
| 285 |
with gr.Row():
|
| 286 |
+
with gr.Column(scale=4):
|
| 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 |
|