Spaces:
Sleeping
Sleeping
Debug 11
Browse files
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 |
-
|
55 |
-
|
56 |
-
|
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 |
|