Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|