eaglelandsonce commited on
Commit
ae0888f
·
verified ·
1 Parent(s): a250386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ def crewai_process(research_topic):
182
 
183
  # Instantiate your crew with a sequential process
184
  crew = Crew(
185
- agents=[author, editor],
186
- tasks=[task1, task3],
187
  process=Process.sequential
188
  )
189
 
 
182
 
183
  # Instantiate your crew with a sequential process
184
  crew = Crew(
185
+ agents=[author, poem],
186
+ tasks=[task1, task5],
187
  process=Process.sequential
188
  )
189