Spaces:
Running
Running
Create mycomponent/__init__.py
Browse files- mycomponent/__init__.py +2 -0
mycomponent/__init__.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import streamlit.components.v1 as components
|
2 |
+
mycomponent = components.declare_component("mycomponent",path="./mycomponent")
|