eaglelandsonce commited on
Commit
120f0f0
1 Parent(s): b34ca1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -161,24 +161,24 @@ def crewai_process(research_topic):
161
  )
162
 
163
  task6 = Task(
164
- description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
165
  """,
166
  agent=Emily
167
  )
168
 
169
  task7 = Task(
170
- description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
171
  """,
172
  agent=David
173
  )
174
 
175
  task8 = Task(
176
- description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
177
  """,
178
  agent=Sarah
179
  )
180
  task9 = Task(
181
- description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
182
  """,
183
  agent=Michael
184
  )
 
161
  )
162
 
163
  task6 = Task(
164
+ description=f"""Continue the discussion and express your feelinga about {research_topic} use Mixtral to assist in gaining content for your expression.
165
  """,
166
  agent=Emily
167
  )
168
 
169
  task7 = Task(
170
+ description=f"""Continue the discussion and express your feelinga about {research_topic} use Mixtral to assist in gaining content for your expression.
171
  """,
172
  agent=David
173
  )
174
 
175
  task8 = Task(
176
+ description=f"""Continue the discussion and express your feelinga about {research_topic} use Mixtral to assist in gaining content for your expression.
177
  """,
178
  agent=Sarah
179
  )
180
  task9 = Task(
181
+ description=f"""Continue the discussion and express your feelinga about {research_topic} use Mixtral to assist in gaining content for your expression.
182
  """,
183
  agent=Michael
184
  )