Spaces:
Sleeping
Sleeping
Create my_component.py
Browse files- my_component.py +4 -0
my_component.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit.components.v1 as components
|
2 |
+
|
3 |
+
def my_component():
|
4 |
+
components.html(open("my_component.html").read(), height=0)
|