oberbics commited on
Commit
1225bf2
·
verified ·
1 Parent(s): 71ae7b5

Update examples.py

Browse files
Files changed (1) hide show
  1. examples.py +7 -11
examples.py CHANGED
@@ -1,12 +1,8 @@
1
- # In examples.py, change each example to add a window size before the True flag
2
- # For example:
3
- [
4
- # Template
5
- """...""",
6
- # Text
7
- """...""",
8
- # Window size (add this)
9
- "4000",
10
- # Is example flag
11
- True
12
  ]
 
1
+ examples = [
2
+ [
3
+ '{"name": "", "email": ""}',
4
+ 'John Smith, email: john@example.com',
5
+ "4000",
6
+ True
7
+ ]
 
 
 
 
8
  ]