Anne31415 commited on
Commit
2cf567d
·
1 Parent(s): 3ae709f

Create my_component.py

Browse files
Files changed (1) hide show
  1. 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)