Spaces:
Sleeping
Sleeping
refactor: polish
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def get_alfred_from_dataframe(ecg_id):
|
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
with gr.Row():
|
46 |
-
|
47 |
"It takes about 10 seconds to load the PTB-XL table. Please wait for a moment. \nWhen you select the ECG to analyze from the PTB-XL table below, Alfred will begin the analysis.",
|
48 |
label="Information",
|
49 |
lines=2,
|
|
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
with gr.Row():
|
46 |
+
gr.Textbox(
|
47 |
"It takes about 10 seconds to load the PTB-XL table. Please wait for a moment. \nWhen you select the ECG to analyze from the PTB-XL table below, Alfred will begin the analysis.",
|
48 |
label="Information",
|
49 |
lines=2,
|