acecalisto3 commited on
Commit
bf284e0
·
verified ·
1 Parent(s): 2db68c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ if st.button("Automate"):
196
 
197
  # --- Display Information ---
198
  st.sidebar.subheader("Current State")
199
- st.sidebar.json(st.session_state, indent=2)
200
  if st.session_state.active_agent:
201
  display_agent_info(st.session_state.active_agent)
202
  display_workspace_projects()
 
196
 
197
  # --- Display Information ---
198
  st.sidebar.subheader("Current State")
199
+ st.sidebar.json(st.session_state)
200
  if st.session_state.active_agent:
201
  display_agent_info(st.session_state.active_agent)
202
  display_workspace_projects()