From 8449098641e20d23382ee1617250dc567224d566 Mon Sep 17 00:00:00 2001 From: Hi5 <72061696+high5technologies@users.noreply.github.com> Date: Thu, 8 May 2025 22:49:05 -0500 Subject: [PATCH] Update __init__.py Release mode for Snowflake deployment --- streamlit_condition_tree/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(