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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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=1200,
94
- height=600)
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=1200,
121
- height=600)
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