Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ if "best_params" in st.session_state:
|
|
| 164 |
xaxis_title='Date',
|
| 165 |
yaxis_title='Price',
|
| 166 |
yaxis2=dict(title='Volume', overlaying='y', side='right', showgrid=False),
|
| 167 |
-
legend=dict(orientation="h", yanchor="bottom", y=1.
|
| 168 |
height=600,
|
| 169 |
margin=dict(t=30, b=30)
|
| 170 |
)
|
|
|
|
| 164 |
xaxis_title='Date',
|
| 165 |
yaxis_title='Price',
|
| 166 |
yaxis2=dict(title='Volume', overlaying='y', side='right', showgrid=False),
|
| 167 |
+
legend=dict(orientation="h", yanchor="bottom", y=1.20, xanchor="center", x=0.5, traceorder='normal'),
|
| 168 |
height=600,
|
| 169 |
margin=dict(t=30, b=30)
|
| 170 |
)
|