Spaces:
Running
Running
refactor: polish
Browse files
app.py
CHANGED
@@ -45,12 +45,13 @@ with gr.Blocks() as demo:
|
|
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 |
)
|
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():
|