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 ebdaf9f commit d608363Copy full SHA for d608363
tests/playwright/shiny/components/chat/icon/app.py
@@ -7,7 +7,7 @@
7
8
ui.page_opts(title="Chat Icons")
9
10
-app_opts({"/img": Path(__file__).parent / "img"})
+app_opts(static_assets={"/img": Path(__file__).parent / "img"})
11
12
with ui.layout_columns():
13
# Default Bot ---------------------------------------------------------------------
0 commit comments