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 fee38d0 commit 2e05930Copy full SHA for 2e05930
panel/app.py
@@ -446,7 +446,7 @@ def csv_data(
446
icon_size=icon_size,
447
button_type="success",
448
filename="simdec.csv",
449
- width=150,
+ width=200,
450
label="Download",
451
align="center",
452
)
@@ -462,11 +462,11 @@ def csv_data(
462
info_button.js_on_click(code="""window.open('https://www.simdec.fi/')""")
463
464
issue_button = pn.widgets.Button(
465
- icon="bug",
+ icon="message-report",
466
467
- button_type="danger",
468
- name="Report an issue",
469
- width=200,
+ button_type="light",
+ name="Feedback",
+ width=150,
470
471
472
issue_button.js_on_click(
0 commit comments