import streamlit.components.v1 as components def my_component(): components.html(open("my_component.html").read(), height=0)