paralym commited on
Commit
6b525ea
1 Parent(s): f4c3b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -494,6 +494,7 @@ with gr.Blocks(
494
  cur_dir = os.path.dirname(os.path.abspath(__file__))
495
  # gr.Markdown(title_markdown)
496
  gr.HTML(html_header)
 
497
 
498
  with gr.Column():
499
  with gr.Accordion("Parameters", open=False) as parameter_row:
 
494
  cur_dir = os.path.dirname(os.path.abspath(__file__))
495
  # gr.Markdown(title_markdown)
496
  gr.HTML(html_header)
497
+ gr.Markdown("\nNote: To achieve the best results, we highly recommend that you provide standardized ECG images similar to the examples below, since interpreting ECGs is challenging for visual-language models, and excessive noise can exacerbate this issue.")
498
 
499
  with gr.Column():
500
  with gr.Accordion("Parameters", open=False) as parameter_row: