Spaces:
Build error
Build error
Update app.py
Browse files
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':
|
| 402 |
'y':0.9,
|
| 403 |
'x':0.5,
|
| 404 |
-
'xanchor': '
|
| 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 |
},
|