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