Skip to content

Commit 416db73

Browse files
authored
Merge pull request #298 from posit-dev/fix-chat-example
fix(docs): remove code causing app to not load
2 parents a01addf + d3c04ba commit 416db73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/genai-chatbots.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,6 @@ chat.ui(messages=[welcome])
691691
async def _(user_input: str):
692692
await chat.append_message(f"You said: {user_input}")
693693
694-
@reactive.effect
695-
async def _():
696-
await chat.update_user_input(value="")
697-
698694
## file: suggestions.py
699695
from shiny.express import expressify, ui
700696

0 commit comments

Comments
 (0)