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

refactor: polish information

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