Skip to content

Commit

Permalink
Merge pull request #629 from plotly/fix-chess
Browse files Browse the repository at this point in the history
Fix: add src=app.get_asset_url() to NOVA-IMS demo apps
Former-commit-id: a4d7f1c
  • Loading branch information
AirballClaytonCalvin committed May 10, 2021
2 parents b7cba3f + 10a6730 commit d6e38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dash-chess-analytics/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def board_output(df, col_list):
children=[
dbc.Col(
html.Img(
src="/assets/apple-touch-icon.png",
src=app.get_asset_url("apple-touch-icon.png"),
id="logo",
style={"border-radius": "50%"},
),
Expand Down

0 comments on commit d6e38d9

Please sign in to comment.