We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d195f3 commit c936f4bCopy full SHA for c936f4b
1 file changed
apps/dash-pivottable/app.py
@@ -16,6 +16,7 @@ def Header(name, app):
16
html.H1(name, style={"margin": 10, "display": "inline"}),
17
html.A(dash_logo, href="https://plotly.com/dash/"),
18
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/"),
20
html.Hr(),
21
]
22
)
0 commit comments