wogh2012 commited on
Commit
6cb9642
·
1 Parent(s): 402174a

refactor: polish info message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 will take about 1 to 2 minutes. Please wait patiently.",
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]