tnt306 commited on
Commit
1040a37
·
1 Parent(s): 3e38893
Files changed (1) hide show
  1. app.py +3 -3
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():