wogh2012 commited on
Commit
c69af64
·
1 Parent(s): 264a97c

refactor: polish guide

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -113,9 +113,11 @@ with gr.Blocks() as demo:
113
  with gr.Tab("App"):
114
  with gr.Row():
115
  gr.Textbox(
116
- "Welcome to visit ECG-Delineation space.",
 
 
117
  label="Information",
118
- lines=1,
119
  )
120
  gr_dfs = []
121
  with gr.Row():
 
113
  with gr.Tab("App"):
114
  with gr.Row():
115
  gr.Textbox(
116
+ """Welcome to visit ECG Delineation space.
117
+ The following three tables represent the train, validation, and test datasets, which have been meticulously stratified from the LUDB dataset. These datasets were used for training and evaluating the models.
118
+ Usage: By clicking on the desired record in one of the tables below, the P, QRS, and T wave segments will be inferred by HRNetV2 and displayed as an image at the bottom. Additionally, the post-processed results based on predefined thresholds will also be displayed alongside.""",
119
  label="Information",
120
+ lines=3,
121
  )
122
  gr_dfs = []
123
  with gr.Row():