chowdhut commited on
Commit
e5919e8
1 Parent(s): 435c6d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -3435,8 +3435,8 @@ with trial_app:
3435
  with gr.Row():
3436
  with gr.Column():
3437
  summary_block = gr.HTML(label="Lead Sponsors for Recruiting Clinical Trials:" )
3438
- with gr.Column():
3439
- summary_block_collbs = gr.HTML(label="Collaborators in Recruiting Clinical Trials:" )
3440
  with gr.Row():
3441
  with gr.Column():
3442
  sponsor_trees = gr.Plot()
@@ -3455,8 +3455,16 @@ with trial_app:
3455
  gr.HTML('<h1 style="font-size:24px; color:black; font-weight:bold;">Sponsor Only Trials</h1>')
3456
  with gr.Row():
3457
  output_block_conditions = gr.HTML(label="Outputs: List of Conditions, Trial Ids and Sponsors")
 
 
 
3458
  with gr.Row():
3459
  gr.HTML('<h1 style="font-size:24px; color:black; font-weight:bold;">Sponsor with Collaborator Trials</h1>')
 
 
 
 
 
3460
  with gr.Row():
3461
  output_block_conditions_collbs = gr.HTML(label="Outputs: List of Conditions, Trial Ids and Collaborators")
3462
 
 
3435
  with gr.Row():
3436
  with gr.Column():
3437
  summary_block = gr.HTML(label="Lead Sponsors for Recruiting Clinical Trials:" )
3438
+ # with gr.Column():
3439
+ # summary_block_collbs = gr.HTML(label="Collaborators in Recruiting Clinical Trials:" )
3440
  with gr.Row():
3441
  with gr.Column():
3442
  sponsor_trees = gr.Plot()
 
3455
  gr.HTML('<h1 style="font-size:24px; color:black; font-weight:bold;">Sponsor Only Trials</h1>')
3456
  with gr.Row():
3457
  output_block_conditions = gr.HTML(label="Outputs: List of Conditions, Trial Ids and Sponsors")
3458
+
3459
+
3460
+
3461
  with gr.Row():
3462
  gr.HTML('<h1 style="font-size:24px; color:black; font-weight:bold;">Sponsor with Collaborator Trials</h1>')
3463
+
3464
+ with gr.Row():
3465
+ summary_block_collbs = gr.HTML(label="Sponsor with Collaborators in Recruiting Clinical Trials:" )
3466
+
3467
+
3468
  with gr.Row():
3469
  output_block_conditions_collbs = gr.HTML(label="Outputs: List of Conditions, Trial Ids and Collaborators")
3470