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