Spaces:
Sleeping
Sleeping
refactor: polish guide
Browse files
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
|
|
|
|
|
117 |
label="Information",
|
118 |
-
lines=
|
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():
|