Anne31415 commited on
Commit
96eaace
·
1 Parent(s): f3ed9e9

Delete my_component.py

Browse files
Files changed (1) hide show
  1. my_component.py +0 -4
my_component.py DELETED
@@ -1,4 +0,0 @@
1
- import streamlit.components.v1 as components
2
-
3
- def my_component():
4
- components.html(open("my_component.html").read(), height=0)