Spaces:
Running
Running
refactor: polish information
Browse files
app.py
CHANGED
|
@@ -41,6 +41,11 @@ def get_alfred_from_dataframe(ecg_id):
|
|
| 41 |
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
with gr.Row():
|
| 45 |
gr_df = gr.Dataframe(
|
| 46 |
value=ptbxl_df,
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|
| 44 |
+
with gr.Row():
|
| 45 |
+
ecg_id_output = gr.Textbox(
|
| 46 |
+
"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.",
|
| 47 |
+
label="Information",
|
| 48 |
+
)
|
| 49 |
with gr.Row():
|
| 50 |
gr_df = gr.Dataframe(
|
| 51 |
value=ptbxl_df,
|