Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 299 Bytes

Streamlit Iframe Auto Resize

Streamlit Iframe Auto Resize automatically resize an iframe to fit its content.

Installation

pip install streamlit-iframe-auto-resize

Usage

import streamlit as st
st.write("## Demo")
st_iframe_autoresize("http://localhost:8502")