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 ecdf8ad commit 297512eCopy full SHA for 297512e
tests/playwright/shiny/components/chat/icon/app.py
@@ -82,7 +82,7 @@ async def handle_user_input_svg(user_input: str):
82
with ui.div():
83
ui.h2("Image Bot")
84
chat_image.ui(
85
- messsages=["Hello! I'm Image Bot. How can I help you today?"],
+ messages=["Hello! I'm Image Bot. How can I help you today?"],
86
icon_assistant=ui.img(
87
src="img/grace-hopper.jpg",
88
class_="icon-image grace-hopper",
0 commit comments