Skip to content

Commit c936f4b

Browse files
author
xhlulu
committed
Add demo button to pivottable app
Former-commit-id: 20490e6
1 parent 0d195f3 commit c936f4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dash-pivottable/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def Header(name, app):
1616
html.H1(name, style={"margin": 10, "display": "inline"}),
1717
html.A(dash_logo, href="https://plotly.com/dash/"),
1818
html.A(ghub_logo, href="https://github.com/plotly/dash-pivottable"),
19+
html.A(html.Button("Enterprise Demo", style={"float": "right", "margin-right": "10px", "margin-top": "5px", "padding": "5px 10px", "font-size": "15px"}), href="https://plotly.com/get-demo/"),
1920
html.Hr(),
2021
]
2122
)

0 commit comments

Comments
 (0)