lgaleana commited on
Commit
d2afdc2
1 Parent(s): 2ecf740

Fix example

Browse files
Files changed (1) hide show
  1. examples/seo.py +1 -1
examples/seo.py CHANGED
@@ -10,7 +10,7 @@ tasks = [
10
  0,
11
  "https://techcrunch.com",
12
  visible=True,
13
- code_value="Get the text from a website. Remove empty lines.",
14
  ),
15
  AITask(
16
  1,
10
  0,
11
  "https://techcrunch.com",
12
  visible=True,
13
+ code_value="Get text from a website. Remove any html and empty lines.",
14
  ),
15
  AITask(
16
  1,