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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -89,7 +89,9 @@ if st.sidebar.button('Run'):
89
  fig1.update_layout(title=f'{ticker} - Dynamic Volatility Expected Price Movement',
90
  xaxis_title='Date',
91
  yaxis_title='Price',
92
- legend_title='Legend')
 
 
93
 
94
  # Method 2: Single volatility measure over the period
95
  fig2 = go.Figure()
 
89
  fig1.update_layout(title=f'{ticker} - Dynamic Volatility Expected Price Movement',
90
  xaxis_title='Date',
91
  yaxis_title='Price',
92
+ legend_title='Legend',
93
+ width=1200,
94
+ height=600)
95
 
96
  # Method 2: Single volatility measure over the period
97
  fig2 = go.Figure()