Spaces:
Sleeping
Sleeping
refactor: polish info message
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ ptbxl_df = ptbxl_df[selected_columns]
|
|
18 |
|
19 |
def get_ecg_id_from_dataframe(df: pd.DataFrame, evt: gr.SelectData):
|
20 |
gr.Info(
|
21 |
-
"The analysis of the selected ECG
|
22 |
duration=15,
|
23 |
)
|
24 |
return evt.row_value[0]
|
|
|
18 |
|
19 |
def get_ecg_id_from_dataframe(df: pd.DataFrame, evt: gr.SelectData):
|
20 |
gr.Info(
|
21 |
+
"The analysis of the selected ECG may take up to 10 minutes. Please wait patiently.",
|
22 |
duration=15,
|
23 |
)
|
24 |
return evt.row_value[0]
|