Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ class App:
|
|
314 |
with gr.Row():
|
315 |
with gr.Column(scale=4):
|
316 |
tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
|
317 |
-
gr.Markdown(
|
318 |
with gr.Column(scale=1):
|
319 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
320 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|
|
|
314 |
with gr.Row():
|
315 |
with gr.Column(scale=4):
|
316 |
tb_indicator = gr.Textbox(label="Output preview", scale=1, show_copy_button=True, show_label=True)
|
317 |
+
gr.Markdown(MARKDOWN_NOTE, elem_id="md_note")
|
318 |
with gr.Column(scale=1):
|
319 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
320 |
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|