Media¶
Use these functions to embed media in your outputs.
| Function | Description | 
|---|---|
| marimo.image | Display images | 
| marimo.audio | Play audio files | 
| marimo.video | Play videos | 
| marimo.pdf | Display PDFs | 
| marimo.download | Create download links | 
| marimo.plain_text | Display plain text | 
Most of these methods accept URLs (including data URLs), paths to local files, or file-like objects.