Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -684,17 +684,11 @@ dashboard = vm.Dashboard(
|
|
| 684 |
|
| 685 |
app = Vizro().build(dashboard)
|
| 686 |
app.dash.layout.children.append(
|
| 687 |
-
|
| 688 |
-
[
|
| 689 |
-
|
| 690 |
-
|
| 691 |
-
|
| 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",
|
| 696 |
-
),
|
| 697 |
-
],
|
| 698 |
className="anchor-container",
|
| 699 |
)
|
| 700 |
)
|
|
|
|
| 684 |
|
| 685 |
app = Vizro().build(dashboard)
|
| 686 |
app.dash.layout.children.append(
|
| 687 |
+
dbc.NavLink(
|
| 688 |
+
["Made with ", html.Img(src=get_asset_url("images/logo.svg"), id="banner", alt="Vizro logo"), "vizro"],
|
| 689 |
+
href="https://github.com/mckinsey/vizro",
|
| 690 |
+
target="_blank",
|
| 691 |
+
external_link=True,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 692 |
className="anchor-container",
|
| 693 |
)
|
| 694 |
)
|