LAP-DEV commited on
Commit
3d7a8f6
·
verified ·
1 Parent(s): c781596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(MARKDOWN, 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")
 
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")