chowdhut commited on
Commit
c5b767e
1 Parent(s): c43042c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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, width=1200)
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