wogh2012 commited on
Commit
61c0690
·
1 Parent(s): df51ede

refactor: polish

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,12 +45,13 @@ with gr.Blocks() as demo:
45
  )
46
 
47
  with gr.Tab("Coming Soon"):
48
- with gr.Row(height=250, max_height=250):
49
  gr_df = gr.Dataframe(
50
  value=ptbxl_df,
51
  interactive=False,
52
  max_height=200,
53
  label="All PTB-XL v1.3.0 data (https://physionet.org/content/ptb-xl/1.0.3/ptbxl_database.csv). You can refer to the following URL(https://physionet.org/content/ptb-xl/1.0.3/scp_statements.csv) to understand what 'scp_codes' represent.",
 
54
  )
55
 
56
  with gr.Row():
 
45
  )
46
 
47
  with gr.Tab("Coming Soon"):
48
+ with gr.Row():
49
  gr_df = gr.Dataframe(
50
  value=ptbxl_df,
51
  interactive=False,
52
  max_height=200,
53
  label="All PTB-XL v1.3.0 data (https://physionet.org/content/ptb-xl/1.0.3/ptbxl_database.csv). You can refer to the following URL(https://physionet.org/content/ptb-xl/1.0.3/scp_statements.csv) to understand what 'scp_codes' represent.",
54
+ elem_classes=["scrollable"],
55
  )
56
 
57
  with gr.Row():