tnt306 commited on
Commit
06f8e37
·
1 Parent(s): cb1128f
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -51,9 +51,9 @@ with gr.Blocks() as demo:
51
  with gr.Column(min_width=200):
52
  patient_2_input_btn = gr.Button("Patient 2")
53
  patient_2_download_btn = gr.DownloadButton("Download 2")
54
- # with gr.Column(scale=1):
55
- # patient_3_input_btn = gr.Button("Patient 3")
56
- # patient_3_download_btn = gr.DownloadButton("Download 3")
57
  with gr.Column():
58
  btn1 = gr.Button("Will Display Output")
59
 
 
51
  with gr.Column(min_width=200):
52
  patient_2_input_btn = gr.Button("Patient 2")
53
  patient_2_download_btn = gr.DownloadButton("Download 2")
54
+ with gr.Column(min_width=200):
55
+ patient_3_input_btn = gr.Button("Patient 3")
56
+ patient_3_download_btn = gr.DownloadButton("Download 3")
57
  with gr.Column():
58
  btn1 = gr.Button("Will Display Output")
59