Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 293 Bytes

📈 Streamlit Embeded

Embed content as iframe with automatically resize to fit its content.

Installation

pip install streamlit-embeded

Getting started

import streamlit as st

from streamlit_embeded import st_embeded

source = """

"""

st_embeded(source)