Embedding Interactive Apps in Blog Posts
·1 min
You can embed Streamlit apps directly in blog posts using iframes. Here is a normal distribution explorer:
The app is built with a few lines of Python using
Streamlit. The source lives at ~/docker/streamlit/apps/app.py.