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