eaglelandsonce commited on
Commit
9a983e9
·
verified ·
1 Parent(s): a7b58fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,7 +96,7 @@ def crewai_process(research_topic):
96
 
97
  finalizer = Agent(
98
  role='Sums Output Utility',
99
- goal='Put together the final output to the gradio component.',
100
  backstory="""OCD about everthing being put together """,
101
  verbose=True,
102
  allow_delegation=False,
@@ -144,7 +144,7 @@ def crewai_process(research_topic):
144
  )
145
 
146
  task6 = Task(
147
- description="""output both the story created by the author""",
148
  agent=finalizer
149
 
150
  )
 
96
 
97
  finalizer = Agent(
98
  role='Sums Output Utility',
99
+ goal='Put together the final output.',
100
  backstory="""OCD about everthing being put together """,
101
  verbose=True,
102
  allow_delegation=False,
 
144
  )
145
 
146
  task6 = Task(
147
+ description="""output the 7 part story created by the author label each section""",
148
  agent=finalizer
149
 
150
  )