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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ crew = 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..."):
 
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: What are AI Agents and what are the latest trends and research related to them?")
83
  # Run Crew button
84
  if st.button("Run"):
85
  with st.spinner("Running the crew..."):