Skip to content

Commit b14ce91

Browse files
authored
Fix chat-app example doc - python code appear twice (#2169)
1 parent ecbd08b commit b14ce91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/chat-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Python code that runs the chat app:
3333

3434
Simple HTML page to render the app:
3535

36-
```snippet {path="/examples/pydantic_ai_examples/chat_app.py"}```
36+
```snippet {path="/examples/pydantic_ai_examples/chat_app.html"}```
3737

3838
TypeScript to handle rendering the messages, to keep this simple (and at the risk of offending frontend developers) the typescript code is passed to the browser as plain text and transpiled in the browser.
3939

0 commit comments

Comments
 (0)