diff --git a/src/visualization/dashboard.py b/src/visualization/dashboard.py index 884ec3f..b60cd7f 100644 --- a/src/visualization/dashboard.py +++ b/src/visualization/dashboard.py @@ -67,7 +67,7 @@ def display_top_vehicle_scores(dataframe, view='top'): ]) fig.update_layout( - title=f"{title_str}Score is taken by computing the average CO2 score of all models in a make, weighted by the total number of models the make has", + title=f"{title_str}", font=dict( color="white" ),