Levi980623 commited on
Commit
646c22b
·
verified ·
1 Parent(s): d7fe75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. 20")
60
- ecg_idx_input = gr.Textbox(label="ECG Example Index (i)", placeholder="e.g. 20")
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