Skip to main content

ImageOutput

Image output widget for displaying images.

Signature

def ImageOutput(
image: Union[str, io.IOBase],
subtitle: str = '',
full_width: bool = False,
label: str = ''
)

Parameters

NameDescriptionTypeDefault
image (required)The image to display, as a URL or file-like object.Union[str, io.IOBase]None
subtitleText displayed below the image.str''
full_widthWhether the image should take up the full width of its container.boolFalse
labelText displayed above the image.str''