Spaces:
Sleeping
Sleeping
Debug 7
Browse files
app.py
CHANGED
@@ -43,13 +43,13 @@ with gr.Blocks() as demo:
|
|
43 |
file_types = ['.csv'],
|
44 |
file_count = "single")
|
45 |
with gr.Row():
|
46 |
-
with gr.Column():
|
47 |
patient_1_input_btn = gr.Button("Patient 1")
|
48 |
patient_1_download_btn = gr.DownloadButton("Download 1")
|
49 |
-
with gr.Column():
|
50 |
patient_2_input_btn = gr.Button("Patient 2")
|
51 |
patient_2_download_btn = gr.DownloadButton("Download 2")
|
52 |
-
with gr.Column():
|
53 |
patient_3_input_btn = gr.Button("Patient 3")
|
54 |
patient_3_download_btn = gr.DownloadButton("Download 3")
|
55 |
with gr.Column():
|
|
|
43 |
file_types = ['.csv'],
|
44 |
file_count = "single")
|
45 |
with gr.Row():
|
46 |
+
with gr.Column(scale=1):
|
47 |
patient_1_input_btn = gr.Button("Patient 1")
|
48 |
patient_1_download_btn = gr.DownloadButton("Download 1")
|
49 |
+
with gr.Column(scale=1):
|
50 |
patient_2_input_btn = gr.Button("Patient 2")
|
51 |
patient_2_download_btn = gr.DownloadButton("Download 2")
|
52 |
+
with gr.Column(scale=1):
|
53 |
patient_3_input_btn = gr.Button("Patient 3")
|
54 |
patient_3_download_btn = gr.DownloadButton("Download 3")
|
55 |
with gr.Column():
|