QuantumLearner commited on
Commit
4556a7d
·
verified ·
1 Parent(s): d3570ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -116,7 +116,9 @@ if st.sidebar.button('Run'):
116
  fig2.update_layout(title=f'{ticker} - Single Volatility Measure Expected Price Movement',
117
  xaxis_title='Date',
118
  yaxis_title='Price',
119
- legend_title='Legend')
 
 
120
 
121
  st.plotly_chart(fig1)
122
 
 
116
  fig2.update_layout(title=f'{ticker} - Single Volatility Measure Expected Price Movement',
117
  xaxis_title='Date',
118
  yaxis_title='Price',
119
+ legend_title='Legend',
120
+ width=1200,
121
+ height=600)
122
 
123
  st.plotly_chart(fig1)
124