marimo-team/marimo

[mo.image] caption

Closed this issue · 0 comments

Description

add a caption arg to mo.image as an optional interpretation of the image

Suggested solution

currently i'm using a syntax like:

mo.vstack(
    [
        mo.image(),
        mo.md().center(),
    ]
)

adding a caption arg would be cool

Alternative

No response

Additional context

No response