Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ class ArticleCrew:
|
|
241 |
"content": "Starting work on your launch article...",
|
242 |
"metadata": {"title": "π Process Started"}
|
243 |
}]
|
244 |
-
|
245 |
# Initialize first agent
|
246 |
add_agent_messages("Content Planner",
|
247 |
"""1. Prioritize the latest trends, key players, and noteworthy news
|
|
|
241 |
"content": "Starting work on your launch article...",
|
242 |
"metadata": {"title": "π Process Started"}
|
243 |
}]
|
244 |
+
|
245 |
# Initialize first agent
|
246 |
add_agent_messages("Content Planner",
|
247 |
"""1. Prioritize the latest trends, key players, and noteworthy news
|