Skip to content

Commit

Permalink
fix dash app
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed May 19, 2023
1 parent b15b847 commit d63eccb
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}",
title=title_str,
font=dict(
color="white"
),
Expand Down

0 comments on commit d63eccb

Please sign in to comment.