Anne31415 commited on
Commit
bc8fa07
1 Parent(s): 82c37f8

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)