Spaces:
Running
Running
refactor: polish
Browse files
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(
|