awacke1 commited on
Commit
998b9fd
·
verified ·
1 Parent(s): 996f5f9

Create __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")