wogh2012 commited on
Commit
0b43630
·
1 Parent(s): 496a669

refactor: polish

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Warning(
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
  )