Public_BookBot / my_component.py
Anne31415's picture
Create my_component.py
2cf567d
raw
history blame
130 Bytes
import streamlit.components.v1 as components
def my_component():
components.html(open("my_component.html").read(), height=0)