Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ with gr.Blocks(css=mycss) as demo:
|
|
56 |
""")
|
57 |
|
58 |
# Two input fields for the example index
|
59 |
-
echo_idx_input = gr.Textbox(label="ECHO Example Index (i)", placeholder="e.g.
|
60 |
-
ecg_idx_input = gr.Textbox(label="ECG Example Index (i)", placeholder="e.g.
|
61 |
|
62 |
with gr.Row():
|
63 |
# Column 1: ECHO + ECG images
|
|
|
56 |
""")
|
57 |
|
58 |
# Two input fields for the example index
|
59 |
+
echo_idx_input = gr.Textbox(label="Patient's Past ECHO Example Index (i)", placeholder="e.g. 0000")
|
60 |
+
ecg_idx_input = gr.Textbox(label="Patient's ECG Example Index (i)", placeholder="e.g. 0000")
|
61 |
|
62 |
with gr.Row():
|
63 |
# Column 1: ECHO + ECG images
|