QuantumLearner commited on
Commit
a0232d0
·
verified ·
1 Parent(s): d4b3503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ if 'data_with_signals' in st.session_state:
219
  title=f'{ticker} Strategy with Adjusted Parameters',
220
  xaxis_title='Date',
221
  yaxis_title='Price',
222
- legend=dict(orientation="h", yanchor="bottom", y=1.20, xanchor="center", x=0.5, traceorder='normal', valign='top', borderwidth=0),
223
  height=1000, # Increase the height for better visibility
224
  margin=dict(t=30, b=30), # Adjust margins for better spacing
225
  font=dict(size=12), # Adjust font size for better readability
 
219
  title=f'{ticker} Strategy with Adjusted Parameters',
220
  xaxis_title='Date',
221
  yaxis_title='Price',
222
+ legend=dict(orientation="h", yanchor="bottom", y=1.15, xanchor="center", x=0.5, traceorder='normal', valign='top', borderwidth=0),
223
  height=1000, # Increase the height for better visibility
224
  margin=dict(t=30, b=30), # Adjust margins for better spacing
225
  font=dict(size=12), # Adjust font size for better readability