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