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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -78,6 +78,8 @@ crew = Crew(
78
  #App making
79
  # Streamlit app layout
80
  st.title("AI Research Agent")
 
 
81
  # Run Crew button
82
  if st.button("Run"):
83
  with st.spinner("Running the crew..."):
 
78
  #App making
79
  # Streamlit app layout
80
  st.title("AI Research Agent")
81
+ question<-"What are AI Agents and what are the latest trends and research related to them?"
82
+ st.write("Question:", question)
83
  # Run Crew button
84
  if st.button("Run"):
85
  with st.spinner("Running the crew..."):