Skip to content

Commit e69125f

Browse files
committed
Update favicon
1 parent 3906de2 commit e69125f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/_static/favicon.png

-502 Bytes
Loading

panel/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def csv_data(
387387
).servable(area="sidebar")
388388

389389
# Main window
390-
gstack = GridStack(sizing_mode="stretch_both", min_height=600)
390+
gstack = GridStack(name="SimDec Analysis", sizing_mode="stretch_both", min_height=600)
391391

392392
gstack[0:3, 0:3] = pn.pane.Matplotlib(
393393
interactive_figure,

0 commit comments

Comments
 (0)