JayLacoma commited on
Commit
c006882
·
verified ·
1 Parent(s): 1388c94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -398,10 +398,10 @@ def plot_combined_signals(df, ticker):
398
  # Update the layout for a clean, focused look
399
  fig.update_layout(
400
  title={
401
- 'text': f'Strength Indicator for {ticker}',
402
  'y':0.9,
403
  'x':0.5,
404
- 'xanchor': 'center',
405
  'yanchor': 'top',
406
  'font': {'size': 20}
407
  },
 
398
  # Update the layout for a clean, focused look
399
  fig.update_layout(
400
  title={
401
+ 'text': 'Total Score',
402
  'y':0.9,
403
  'x':0.5,
404
+ 'xanchor': 'left',
405
  'yanchor': 'top',
406
  'font': {'size': 20}
407
  },