eaglelandsonce commited on
Commit
a0baf1a
1 Parent(s): ae0888f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def crewai_process(research_topic):
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
  )
 
182
 
183
  # Instantiate your crew with a sequential process
184
  crew = Crew(
185
+ agents=[author, poet],
186
  tasks=[task1, task5],
187
  process=Process.sequential
188
  )