Skip to content

Commit 297512e

Browse files
committed
Fix typo
1 parent ecdf8ad commit 297512e

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
@@ -82,7 +82,7 @@ async def handle_user_input_svg(user_input: str):
8282
with ui.div():
8383
ui.h2("Image Bot")
8484
chat_image.ui(
85-
messsages=["Hello! I'm Image Bot. How can I help you today?"],
85+
messages=["Hello! I'm Image Bot. How can I help you today?"],
8686
icon_assistant=ui.img(
8787
src="img/grace-hopper.jpg",
8888
class_="icon-image grace-hopper",

0 commit comments

Comments
 (0)