Duplicated from Anne31415/Public_BookBot
2cf567d
1
2
3
4
5
import streamlit.components.v1 as components def my_component(): components.html(open("my_component.html").read(), height=0)