Spaces:
Sleeping
Sleeping
Debug 8
Browse files
app.py
CHANGED
@@ -43,15 +43,17 @@ with gr.Blocks() as demo:
|
|
43 |
file_types = ['.csv'],
|
44 |
file_count = "single")
|
45 |
with gr.Row():
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
55 |
with gr.Column():
|
56 |
btn1 = gr.Button("Will Display Output")
|
57 |
|
|
|
43 |
file_types = ['.csv'],
|
44 |
file_count = "single")
|
45 |
with gr.Row():
|
46 |
+
patient_1_input_btn = gr.Button("Patient 1")
|
47 |
+
patient_1_download_btn = gr.DownloadButton("Download 1")
|
48 |
+
# with gr.Column(scale=1):
|
49 |
+
# patient_1_input_btn = gr.Button("Patient 1")
|
50 |
+
# patient_1_download_btn = gr.DownloadButton("Download 1")
|
51 |
+
# with gr.Column(scale=1):
|
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 |
|