Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ st.markdown(
|
|
21 |
"This is a demo of the [CrewAI](https://www.crewai.com/) framework for handling autogen agents. It is based on the [CrewAI Gemini Demo](https://huggingface.co/spaces/eaglelandsonce/crewaiongemini)."
|
22 |
)
|
23 |
st.markdown(
|
24 |
-
"The goal of this demo is to show how you can use the [CrewAI](https://crewai.
|
25 |
)
|
26 |
st.write("")
|
27 |
st.markdown("Click on the icon 🖱️ Logs to see how the agents are making the decisions.")
|
|
|
21 |
"This is a demo of the [CrewAI](https://www.crewai.com/) framework for handling autogen agents. It is based on the [CrewAI Gemini Demo](https://huggingface.co/spaces/eaglelandsonce/crewaiongemini)."
|
22 |
)
|
23 |
st.markdown(
|
24 |
+
"The goal of this demo is to show how you can use the [CrewAI](https://crewai.com/) framework to create a blog editor agent that can help you edit your blog posts. The agent is composed of two agents: a researcher and an editor. The researcher is responsible for conducting research and fact-checking the information provided in the blog post. The editor is responsible for editing the blog post and making sure it is clear, coherent, and impactful. The blogpost can be found [here](https://app.readytensor.ai/publications/the-ultimate-ai-editorial-duo-with-crewai-PboylfX1EYsf)"
|
25 |
)
|
26 |
st.write("")
|
27 |
st.markdown("Click on the icon 🖱️ Logs to see how the agents are making the decisions.")
|