Spaces:
Sleeping
Sleeping
Debug 9
Browse files
app.py
CHANGED
@@ -43,14 +43,14 @@ with gr.Blocks() as demo:
|
|
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 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
# with gr.Column(scale=1):
|
55 |
# patient_3_input_btn = gr.Button("Patient 3")
|
56 |
# patient_3_download_btn = gr.DownloadButton("Download 3")
|
|
|
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=2):
|
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")
|