Skip to content

Commit

Permalink
fix sup flag dash app
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed May 19, 2023
1 parent 52488e7 commit ac29050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def display_top_vehicle_scores(dataframe, view='top'):
])

fig.update_layout(
title=f"{title_str}<sup>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</sup>",
title=f"{title_str}",
font=dict(
color="white"
),
Expand Down

0 comments on commit ac29050

Please sign in to comment.