We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21a40 commit 37d4d13Copy full SHA for 37d4d13
.gitignore
@@ -24,6 +24,7 @@ __pycache__/
24
25
# Distribution / packaging
26
.Python
27
+build/
28
develop-eggs/
29
dist/
30
downloads/
streamlit_condition_tree/__init__.py
@@ -3,7 +3,7 @@
3
import streamlit as st
4
import streamlit.components.v1 as components
5
6
-_RELEASE = True
+_RELEASE = False
7
8
if not _RELEASE:
9
_component_func = components.declare_component(
0 commit comments