wogh2012 commited on
Commit
402174a
·
1 Parent(s): 5dbe791

refactor: polish

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_alfred_from_dataframe(ecg_id):
43
 
44
  with gr.Blocks() as demo:
45
  with gr.Row():
46
- ecg_id_output = gr.Textbox(
47
  "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.",
48
  label="Information",
49
  lines=2,
 
43
 
44
  with gr.Blocks() as demo:
45
  with gr.Row():
46
+ gr.Textbox(
47
  "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.",
48
  label="Information",
49
  lines=2,