kaizuberbuehler commited on
Commit
a907c4f
·
verified ·
1 Parent(s): 56c60c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def create_chart():
69
  yaxis_title='Capex (Millions of USD)',
70
  barmode='stack',
71
  legend_title='Companies',
72
- height=1000
73
  )
74
 
75
  return fig
 
69
  yaxis_title='Capex (Millions of USD)',
70
  barmode='stack',
71
  legend_title='Companies',
72
+ height=800
73
  )
74
 
75
  return fig