Spaces:
Running
Running
Update app.py
Browse files
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:
|