release to true
Browse files
streamlit_observable/__init__.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
|
3 |
import streamlit.components.v1 as components
|
4 |
|
5 |
-
_RELEASE =
|
6 |
|
7 |
if not _RELEASE:
|
8 |
_component_func = components.declare_component(
|
|
|
2 |
|
3 |
import streamlit.components.v1 as components
|
4 |
|
5 |
+
_RELEASE = True
|
6 |
|
7 |
if not _RELEASE:
|
8 |
_component_func = components.declare_component(
|