awacke1 commited on
Commit
26476ff
·
verified ·
1 Parent(s): 1b21136

Update mycomponent/__init__.py

Browse files
Files changed (1) hide show
  1. mycomponent/__init__.py +2 -1
mycomponent/__init__.py CHANGED
@@ -1,2 +1,3 @@
1
  import streamlit.components.v1 as components
2
- mycomponent = components.declare_component("mycomponent",path="./mycomponent")
 
 
1
  import streamlit.components.v1 as components
2
+
3
+ mycomponent = components.declare_component("mycomponent", path="./mycomponent")