Callout¶ marimo.callout ¶ callout( value: object, kind: Literal[ "neutral", "warn", "success", "info", "danger" ] = "neutral", ) -> Html Build a callout output. Args. value: A value to render in the callout kind: The kind of callout (affects styling). Returns. An HTML object.