awacke1 commited on
Commit
8b258ba
1 Parent(s): ab62d2b

Create mycomponent/__init__.py

Browse files
Files changed (1) hide show
  1. 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")