Chandranshu Jain commited on
Commit
bed2273
·
verified ·
1 Parent(s): b5f8d5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -82,6 +82,5 @@ st.title("AI Research Agent")
82
  if st.button("Run"):
83
  with st.spinner("Running the crew..."):
84
  results=crew.kickoff()
85
- st.write(crew.kickoff())
86
  st.success("Crew execution finished!")
87
  st.write(results)
 
82
  if st.button("Run"):
83
  with st.spinner("Running the crew..."):
84
  results=crew.kickoff()
 
85
  st.success("Crew execution finished!")
86
  st.write(results)