acecalisto3 commited on
Commit
f6d3d0c
·
verified ·
1 Parent(s): 0a3c7ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -20,8 +20,6 @@ for message in chat_history:
20
  st.write(message)
21
 
22
  # Global state to manage communication between Tool Box and Workspace Chat App
23
- if 'chat_history' not in st.session_state:
24
- st.session_state.terminal_history = []
25
  if 'workspace_projects' not in st.session_state:
26
  st.session_state.workspace_projects = {}
27
  if 'available_agents' not in st.session_state:
 
20
  st.write(message)
21
 
22
  # Global state to manage communication between Tool Box and Workspace Chat App
 
 
23
  if 'workspace_projects' not in st.session_state:
24
  st.session_state.workspace_projects = {}
25
  if 'available_agents' not in st.session_state: