JayLacoma commited on
Commit
7354c52
·
verified ·
1 Parent(s): b015384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -397,14 +397,6 @@ def plot_combined_signals(df, ticker):
397
 
398
  # Update the layout for a clean, focused look
399
  fig.update_layout(
400
- title={
401
- 'text': '',
402
- 'y':0.9,
403
- 'x':0.5,
404
- 'xanchor': 'center',
405
- 'yanchor': 'top',
406
- 'font': {'size': 20}
407
- },
408
  template='plotly_dark',
409
  xaxis_title='Date',
410
  yaxis_title='Signal Strength Score',
 
397
 
398
  # Update the layout for a clean, focused look
399
  fig.update_layout(
 
 
 
 
 
 
 
 
400
  template='plotly_dark',
401
  xaxis_title='Date',
402
  yaxis_title='Signal Strength Score',