QuantumLearner commited on
Commit
39b0c3f
·
verified ·
1 Parent(s): 9911ddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.15, xanchor="center", x=0.5, traceorder='normal'),
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
  )