acecalisto3 commited on
Commit
2de5477
·
verified ·
1 Parent(s): 0240f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,4 +424,4 @@ elif app_mode == "Workspace Chat App":
424
  st.subheader("Automate Build Process")
425
  if st.button("Automate"):
426
  agent = AIAgent(selected_agent, "", []) # Load the agent without skills for now
427
- summary, next_step = agent.autonomous_build(st.session_state.chat_history
 
424
  st.subheader("Automate Build Process")
425
  if st.button("Automate"):
426
  agent = AIAgent(selected_agent, "", []) # Load the agent without skills for now
427
+ summary, next_step = agent.autonomous_build(st.session_state.chat_history)