Spaces:
Sleeping
Sleeping
refactor: polish
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ ptbxl_df = ptbxl_df[selected_columns]
|
|
| 16 |
|
| 17 |
|
| 18 |
def get_ecg_id_from_dataframe(df: pd.DataFrame, evt: gr.SelectData):
|
| 19 |
-
gr.
|
| 20 |
"The analysis of the selected ECG will take about 1 to 2 minutes. Please wait patiently.",
|
| 21 |
duration=15,
|
| 22 |
)
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
def get_ecg_id_from_dataframe(df: pd.DataFrame, evt: gr.SelectData):
|
| 19 |
+
gr.Info(
|
| 20 |
"The analysis of the selected ECG will take about 1 to 2 minutes. Please wait patiently.",
|
| 21 |
duration=15,
|
| 22 |
)
|