acecalisto3 commited on
Commit
f95e124
·
verified ·
1 Parent(s): d1b7698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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