Chris4K commited on
Commit
27719d8
1 Parent(s): 0ae6627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ writer = Agent(
53
  backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
54
  You transform complex concepts into compelling narratives.""",
55
  verbose=True,
56
- allow_delegation=True],
57
  llm=llm_zephyr-7b-beta
58
  )
59
 
 
53
  backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
54
  You transform complex concepts into compelling narratives.""",
55
  verbose=True,
56
+ allow_delegation=True,
57
  llm=llm_zephyr-7b-beta
58
  )
59