Skip to content

Commit d608363

Browse files
committed
Update app.py
1 parent ebdaf9f commit d608363

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/components/chat/icon

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/chat/icon/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ui.page_opts(title="Chat Icons")
99

10-
app_opts({"/img": Path(__file__).parent / "img"})
10+
app_opts(static_assets={"/img": Path(__file__).parent / "img"})
1111

1212
with ui.layout_columns():
1313
# Default Bot ---------------------------------------------------------------------

0 commit comments

Comments
 (0)