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 07d0ac4 commit f645ab2Copy full SHA for f645ab2
gui/app.py
@@ -99,7 +99,7 @@
99
/ "Basic_example_vuegen_demo_notebook"
100
).resolve()
101
logo_path = (
102
- app_path.parent.parent / "docs" / "images" / "vuegen_logo.png"
+ app_path.parent.parent / "docs" / "images" / "logo" / "vuegen_logo.png"
103
) # 1000x852 pixels
104
else:
105
path_to_example_data = "docs/example_data/Basic_example_vuegen_demo_notebook"
0 commit comments