Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 334 Bytes

File metadata and controls

23 lines (18 loc) · 334 Bytes

Batch

/// marimo-embed

    @app.cell
    def __():
        el = mo.md("{start} → {end}").batch(
            start=mo.ui.date(label="Start Date"),
            end=mo.ui.date(label="End Date")
        )
        el
        return

    @app.cell
    def __():
        el.value
        return

///

::: marimo.ui.batch