acecalisto3 commited on
Commit
6cccf2b
1 Parent(s): 9bd0090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -645,8 +645,8 @@ elif app_mode == "Workspace Chat App":
645
  st.write(f"- {file}")
646
 
647
  # Display the current state
648
- st.sidebar.subheader("Current State")
649
- st.sidebar.json(st.session_state.current_state)
650
  st.header("Workspace Chat App")
651
 
652
  # Project Workspace Creation
 
645
  st.write(f"- {file}")
646
 
647
  # Display the current state
648
+ st.sidebar.subheader("Current State"),
649
+ st.sidebar.json(st.session_state.current_state),
650
  st.header("Workspace Chat App")
651
 
652
  # Project Workspace Creation