Spaces:
Running
Running
Fix logo img path
Browse files
app.py
CHANGED
@@ -689,7 +689,7 @@ app.dash.layout.children.append(
|
|
689 |
html.Div(
|
690 |
[
|
691 |
"Made using ",
|
692 |
-
html.Img(src=get_asset_url("logo.svg"), id="banner", alt="Vizro logo"),
|
693 |
dbc.NavLink("vizro", href="https://github.com/mckinsey/vizro", target="_blank", external_link=True),
|
694 |
],
|
695 |
className="anchor-div",
|
|
|
689 |
html.Div(
|
690 |
[
|
691 |
"Made using ",
|
692 |
+
html.Img(src=get_asset_url("images/logo.svg"), id="banner", alt="Vizro logo"),
|
693 |
dbc.NavLink("vizro", href="https://github.com/mckinsey/vizro", target="_blank", external_link=True),
|
694 |
],
|
695 |
className="anchor-div",
|