File size: 226 Bytes
71ae7b5
 
 
 
 
 
 
 
 
 
 
be196c4
1
2
3
4
5
6
7
8
9
10
11
12
# In examples.py, change each example to add a window size before the True flag
# For example:
[
    # Template
    """...""",
    # Text
    """...""",
    # Window size (add this)
    "4000",
    # Is example flag
    True
]