Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def crewai_process(research_topic):
|
|
| 148 |
)
|
| 149 |
|
| 150 |
task2 = Task(
|
| 151 |
-
description="""Output the author story
|
| 152 |
agent=illustrator
|
| 153 |
)
|
| 154 |
|
|
|
|
| 148 |
)
|
| 149 |
|
| 150 |
task2 = Task(
|
| 151 |
+
description="""Output the author story""",
|
| 152 |
agent=illustrator
|
| 153 |
)
|
| 154 |
|