Skip to content

Commit

Permalink
Update dashboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed May 19, 2023
1 parent ac29050 commit b03323b
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 @@ -101,7 +101,7 @@ def display_table(dataframe, title_str):
])

fig.update_layout(
title=f"{title_str}.<br><sup>On a scale from 1 (worst) to 10 (best)</sup>",
#title=f"{title_str}.<br><sup>On a scale from 1 (worst) to 10 (best)</sup>",
font=dict(
color="white"
),
Expand Down

0 comments on commit b03323b

Please sign in to comment.