eaglelandsonce commited on
Commit
ee10813
1 Parent(s): be2634a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -159,7 +159,8 @@ def crewai_process(research_topic):
159
  agent=Michael
160
  )
161
  task5 = Task(
162
- description=f""" Introduction yourself and welcome everyone to the group and express hope and support. Then start the discussion with Emily.
 
163
 
164
  """,
165
  agent=Lisa
@@ -198,7 +199,7 @@ def crewai_process(research_topic):
198
  # Instantiate your crew with a sequential process
199
  crew = Crew(
200
  agents=[Emily, David, Sarah, Michael, Lisa, Tammy ],
201
- tasks=[task1, task2, task3, task4, task5, task6, task7, task8, task9, task10],
202
  verbose=2,
203
  process=Process.sequential
204
  )
 
159
  agent=Michael
160
  )
161
  task5 = Task(
162
+ description=f""" Introduction yourself and welcome everyone to the group and express hope and support.
163
+ Then start the discussion with Michael.
164
 
165
  """,
166
  agent=Lisa
 
199
  # Instantiate your crew with a sequential process
200
  crew = Crew(
201
  agents=[Emily, David, Sarah, Michael, Lisa, Tammy ],
202
+ tasks=[task1, task2, task3, task4, task5, task9, task7, task8, task6, task10],
203
  verbose=2,
204
  process=Process.sequential
205
  )