Docs home page
English
Search...
⌘K
Blog
Website
Website
Search...
Navigation
<Embed />
Guides
Reference
Troubleshooting
Changelog
Connectors
Code Snippets
Components
Getting Started
Introduction
Installation
Quick Start
Building AI App
Deploy
Framework
Framework Overview
Alias
Building the Backend
Building Frontend
Environment Variables
Data Connector
Variables
Role-based Access Control
Updating the Project
Deployment
Customizing the Runtime Environment
Environment Variables
Enable Public Access
Tutorials: Data Analysis
Build a BI app using Pygwalker
Build a sophisticated dashboard using Plotly
Tutorials: LLM Apps
Create a chat app
AI Chat generates and executes code
Advanced
API Key
Built-in PostgreSQL
Self-Hosting LLM with Ollama
Version Migration Guide
Connectors
On this page
Properties
<Embed />
The Embed component displays HTML when the result of executing a Python function is HTML.
Copy
<
Embed
loadData
=
"visualize_py"
height
=
"300px"
width
=
"400px"
/>
Properties
loadData
string
required
Name of the Python function or SQL file.
varialbes
{ [key: string]: any }
Variables to pass to the Python function or SQL file. Declare using the
defineState()
function.
height
number
Height of the component. Unit is px.
Assistant
Responses are generated using AI and may contain mistakes.