Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,8 +90,8 @@ if st.sidebar.button('Run'):
|
|
| 90 |
xaxis_title='Date',
|
| 91 |
yaxis_title='Price',
|
| 92 |
legend_title='Legend',
|
| 93 |
-
width=
|
| 94 |
-
height=
|
| 95 |
|
| 96 |
# Method 2: Single volatility measure over the period
|
| 97 |
fig2 = go.Figure()
|
|
@@ -117,8 +117,8 @@ if st.sidebar.button('Run'):
|
|
| 117 |
xaxis_title='Date',
|
| 118 |
yaxis_title='Price',
|
| 119 |
legend_title='Legend',
|
| 120 |
-
width=
|
| 121 |
-
height=
|
| 122 |
|
| 123 |
st.plotly_chart(fig1)
|
| 124 |
|
|
|
|
| 90 |
xaxis_title='Date',
|
| 91 |
yaxis_title='Price',
|
| 92 |
legend_title='Legend',
|
| 93 |
+
width=1600,
|
| 94 |
+
height=800)
|
| 95 |
|
| 96 |
# Method 2: Single volatility measure over the period
|
| 97 |
fig2 = go.Figure()
|
|
|
|
| 117 |
xaxis_title='Date',
|
| 118 |
yaxis_title='Price',
|
| 119 |
legend_title='Legend',
|
| 120 |
+
width=1600,
|
| 121 |
+
height=800)
|
| 122 |
|
| 123 |
st.plotly_chart(fig1)
|
| 124 |
|