SDK ReferenceFormsWidgetsHtmlOutputOn this pageHtmlOutputHTML output widget for displaying custom HTML content.Signaturedef HtmlOutput( html: str, full_width: bool = False)ParametersNameDescriptionTypeDefaulthtml (required)The HTML content to display.strNonefull_widthWhether the content should take up the full width of its container.boolFalse