bstraehle commited on
Commit
0fae81b
1 Parent(s): 33215d9

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +2 -2
tasks.py CHANGED
@@ -16,8 +16,8 @@ def get_author_task(model):
16
  return Task(
17
  description=(
18
  "1. Use the context to write a LinkedIn post on topic {topic}.\n"
19
- "2. Structure the post to include an introduction, a body, and a conclusion.\n
20
- "3. In the introduction, use 3 emojis.\n
21
  "4. After the conclusion, add 3 hashtags."
22
  ),
23
  expected_output="A LinkedIn post on topic {topic}.",
 
16
  return Task(
17
  description=(
18
  "1. Use the context to write a LinkedIn post on topic {topic}.\n"
19
+ "2. Structure the post to include an introduction, a body, and a conclusion.\n"
20
+ "3. In the introduction, use 3 emojis.\n"
21
  "4. After the conclusion, add 3 hashtags."
22
  ),
23
  expected_output="A LinkedIn post on topic {topic}.",