QuantumLearner commited on
Commit
11ed418
·
verified ·
1 Parent(s): caca8a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ if 'best_params' in st.session_state:
247
  title=f'{ticker} Optimized Mean-Reversion Trading Strategy',
248
  xaxis_title='Date',
249
  yaxis_title='Price',
250
- legend=dict(orientation="h", yanchor="bottom", y=1.05, xanchor="center", x=0.5),
251
  font=dict(size=12)
252
  )
253
 
 
247
  title=f'{ticker} Optimized Mean-Reversion Trading Strategy',
248
  xaxis_title='Date',
249
  yaxis_title='Price',
250
+ legend=dict(orientation="h", yanchor="bottom", y=1.15, xanchor="center", x=0.5),
251
  font=dict(size=12)
252
  )
253