Skip to content

Commit f645ab2

Browse files
committed
🐛 fix logo path for local execution
1 parent 07d0ac4 commit f645ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
/ "Basic_example_vuegen_demo_notebook"
100100
).resolve()
101101
logo_path = (
102-
app_path.parent.parent / "docs" / "images" / "vuegen_logo.png"
102+
app_path.parent.parent / "docs" / "images" / "logo" / "vuegen_logo.png"
103103
) # 1000x852 pixels
104104
else:
105105
path_to_example_data = "docs/example_data/Basic_example_vuegen_demo_notebook"

0 commit comments

Comments
 (0)