Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3438,14 +3438,16 @@ with trial_app:
|
|
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 |
-
condition_others = gr.Plot()
|
3443 |
-
with gr.Column():
|
3444 |
-
condition_sunbursts = gr.Plot()
|
3445 |
with gr.Column():
|
3446 |
sponsor_trees = gr.Plot()
|
3447 |
with gr.Column():
|
3448 |
collaborator_trees = gr.Plot()
|
|
|
|
|
|
|
|
|
|
|
|
|
3449 |
|
3450 |
|
3451 |
####################################################################################################################################################
|
|
|
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()
|
3443 |
with gr.Column():
|
3444 |
collaborator_trees = gr.Plot()
|
3445 |
+
with gr.Column():
|
3446 |
+
condition_sunbursts = gr.Plot()
|
3447 |
+
with gr.Column():
|
3448 |
+
condition_others = gr.Plot()
|
3449 |
+
|
3450 |
+
|
3451 |
|
3452 |
|
3453 |
####################################################################################################################################################
|