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

refactor: polish

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ with gr.Blocks() as demo:
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(
 
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
+ lines=2,
49
  )
50
  with gr.Row():
51
  gr_df = gr.Dataframe(