Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ if st.button("Run Collaborative Task"):
|
|
254 |
st.sidebar.subheader("Current State")
|
255 |
st.sidebar.json(st.session_state)
|
256 |
if st.session_state.active_agent:
|
257 |
-
display_agent_info(st.session_state.active_agent)
|
258 |
display_workspace_projects()
|
259 |
display_chat_history()
|
260 |
|
|
|
254 |
st.sidebar.subheader("Current State")
|
255 |
st.sidebar.json(st.session_state)
|
256 |
if st.session_state.active_agent:
|
257 |
+
display_agent_info(st.session_state.active_agent)
|
258 |
display_workspace_projects()
|
259 |
display_chat_history()
|
260 |
|