<Embed />
The Embed component displays HTML when the result of executing a Python function is HTML.
Properties
Name of the Python function or SQL file.
Variables to pass to the Python function or SQL file. Declare using the variable()
function.
Width of the element. Use CSS syntax. If not specified, it will be the same as the parent element.
Height of the element. Use CSS syntax. If not specified, it will be the same as the parent element.