Update app.py
Browse files
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=
|
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
|