We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
1 parent a94c01f commit d114c03Copy full SHA for d114c03
api-reference/elements/pdf.mdx
@@ -49,7 +49,7 @@ async def main():
49
cl.Pdf(name="pdf1", display="inline", path="./pdf1.pdf", page=1)
50
]
51
52
- cl.Message(content="Look at this local pdf!", elements=elements).send()
+ await cl.Message(content="Look at this local pdf!", elements=elements).send()
53
```
54
55
### Side and Page
0 commit comments