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 17df307 commit 7364a6eCopy full SHA for 7364a6e
panel/app.py
@@ -448,10 +448,8 @@ def csv_data(
448
button_type="success",
449
filename="simdec.csv",
450
width=150,
451
- height_policy="min",
452
label="Download",
453
- styles={"margin-top": "0"},
454
- # align="center" # does not work
+ align="center",
455
)
456
457
info_button = pn.widgets.Button(
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
38
[project.optional-dependencies]
39
dashboard = [
40
- "panel",
+ "panel>=1.3.0",
41
"cryptography",
42
]
43
0 commit comments