Skip to content

Commit f667df5

Browse files
committed
Change to release
1 parent 49e7612 commit f667df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_scroll_navigation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
parent_dir = os.path.dirname(os.path.abspath(__file__))
88
build_dir = os.path.join(parent_dir, "frontend/build")
99

10-
_RELEASE = False
10+
_RELEASE = True
1111
COMPONENT_NAME="scroll_navbar"
1212
if not _RELEASE:
1313
_component_func = components.declare_component(

0 commit comments

Comments
 (0)