csdh / app.py
osaaso's picture
Update app.py
c8f2b68
raw
history blame contribute delete
167 Bytes
import streamlit as st
import streamlit.components.v1 as components
# embed streamlit docs in a streamlit app
components.iframe("https://docs.streamlit.io/en/latest")