Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1496,14 +1496,13 @@ def plot_condition_treemap_nct(df):
|
|
1496 |
)])
|
1497 |
|
1498 |
fig.update_layout(title_text="Conditions, Trial IDs, Study IDs, Phases for Sponsor",
|
1499 |
-
font_size=10, height=height,
|
1500 |
return fig
|
1501 |
|
1502 |
|
1503 |
|
1504 |
|
1505 |
|
1506 |
-
|
1507 |
#######################################
|
1508 |
|
1509 |
|
|
|
1496 |
)])
|
1497 |
|
1498 |
fig.update_layout(title_text="Conditions, Trial IDs, Study IDs, Phases for Sponsor",
|
1499 |
+
font_size=10, height=height, autosize=True)
|
1500 |
return fig
|
1501 |
|
1502 |
|
1503 |
|
1504 |
|
1505 |
|
|
|
1506 |
#######################################
|
1507 |
|
1508 |
|