Chandranshu Jain
commited on
Update app.py
Browse files
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..."):
|