Streamlit
Embed a Streamlit data app on any web application.
Last updated
Was this helpful?
Embed a Streamlit data app on any web application.
Last updated
Was this helpful?
Streamlit is . With PixieBrix, you can embed a Streamlit data app on any web page or application. Additionally, you can pass context to the page to the Streamlit app.
The Streamlit Community Cloud does not support embedding private Streamlit apps
Create a new Mod Component with the "Sidebar Panel" starter brick
Remove the Render Document Brick
Add the IFrame brick
Provide the URL for the public app with ?embed=true
appended to the URL. (Providing the embed parameter removes excess UI and padding from the app)
show_toolbar
show_padding
show_footer
show_colored_line
hide_loading_screen
disable_scrolling
light_theme
dark_theme
For example:
In PixieBrix, use the Construct URL brick to construct a URL given the parameters. Provide the constructed URL to the IFrame brick:
PixieBrix supports embedding a . To embed a Streamlit app:
Public Streamlit apps embedded via an iframe support the following . To provide an embed option, provide one or more embed_options
query parameters with the iframe URL:
You can use the Streamlit .
Page Context is passed to Streamlit via URL query parameters. To accept URL query parameters in your Streamlit app, use Streamlit's .