Skip to content

Commit 7e7cb07

Browse files
author
Pinyu Su
committed
fix cot_refresh_view error
1 parent 76d2a0b commit 7e7cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/pages/8_📚_Agent_Cot_Management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def main():
6464
st.session_state["cot_sample_search"] = {}
6565

6666
if 'cot_refresh_view' not in st.session_state:
67-
st.session_state['sql_refresh_view'] = False
67+
st.session_state['cot_refresh_view'] = False
6868

6969
if 'profiles' not in st.session_state:
7070
all_profiles = ProfileManagement.get_all_profiles_with_info()

0 commit comments

Comments
 (0)