Chandranshu Jain
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -82,5 +82,6 @@ st.title("AI Research Agent")
|
|
82 |
if st.button("Run"):
|
83 |
with st.spinner("Running the crew..."):
|
84 |
results=crew.kickoff()
|
85 |
-
st.write(
|
86 |
-
st.success("Crew execution finished!")
|
|
|
|
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)
|