Update app.py
Browse files
app.py
CHANGED
@@ -139,15 +139,10 @@ def crewai_process(research_topic):
|
|
139 |
)
|
140 |
task5 = Task(
|
141 |
description="""output both the story created by the author and the poem created by the poet,
|
142 |
-
make sure you label the story and the poem so you can tell them apart, name the story appropriately """,
|
143 |
agent=finalizer
|
144 |
)
|
145 |
|
146 |
-
task6 = Task(
|
147 |
-
description="""output the 7 part story created by the author label each section""",
|
148 |
-
agent=finalizer
|
149 |
-
|
150 |
-
)
|
151 |
|
152 |
# Instantiate your crew with a sequential process
|
153 |
crew = Crew(
|
|
|
139 |
)
|
140 |
task5 = Task(
|
141 |
description="""output both the story created by the author and the poem created by the poet,
|
142 |
+
make sure you label the story and the poem so you can tell them apart, name the story and poem appropriately """,
|
143 |
agent=finalizer
|
144 |
)
|
145 |
|
|
|
|
|
|
|
|
|
|
|
146 |
|
147 |
# Instantiate your crew with a sequential process
|
148 |
crew = Crew(
|