luisotorres commited on
Commit
6834747
Β·
1 Parent(s): 7e33624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def plot_volatility_bands(ticker, reference_year):
47
  template = 'seaborn',
48
  plot_bgcolor = '#F6F5F5',
49
  paper_bgcolor = '#F6F5F5',
50
- height = 850, width = 1000,
51
  showlegend=False,
52
  xaxis_rangeslider_visible = False)
53
 
 
47
  template = 'seaborn',
48
  plot_bgcolor = '#F6F5F5',
49
  paper_bgcolor = '#F6F5F5',
50
+ height = 450, width = 650,
51
  showlegend=False,
52
  xaxis_rangeslider_visible = False)
53