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