diff --git a/streamlit_condition_tree/__init__.py b/streamlit_condition_tree/__init__.py index 0403ee3..94daa36 100644 --- a/streamlit_condition_tree/__init__.py +++ b/streamlit_condition_tree/__init__.py @@ -3,7 +3,7 @@ import streamlit as st import streamlit.components.v1 as components -_RELEASE = False +_RELEASE = True if not _RELEASE: _component_func = components.declare_component(