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