Spaces:
Sleeping
Sleeping
File size: 130 Bytes
2cf567d |
1 2 3 4 5 |
import streamlit.components.v1 as components
def my_component():
components.html(open("my_component.html").read(), height=0)
|