Skip to content

Commit 5540bb9

Browse files
authored
Correct UI code path in Weather agent example (#970)
1 parent 8bf5bee commit 5540bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/weather-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ python/uv-run -m pydantic_ai_examples.weather_agent_gradio
4848
## UI Code
4949

5050
```python {title="pydantic_ai_examples/weather_agent_gradio.py"}
51-
#! pydantic_ai_examples/weather_agent_gradio.py
51+
#! examples/pydantic_ai_examples/weather_agent_gradio.py
5252
```

0 commit comments

Comments
 (0)