Skip to content

Commit

Permalink
fix to das app
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed May 19, 2023
1 parent b03323b commit b15b847
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/visualization/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ 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>",
font=dict(
color="white"
),
Expand Down Expand Up @@ -588,4 +587,4 @@ def show_all_cars(value):

if __name__ == '__main__':

app.run_server(debug=True)
app.run_server(debug=True)

0 comments on commit b15b847

Please sign in to comment.