HistorySpace / examples.py
oberbics's picture
Update examples.py
71ae7b5 verified
raw
history blame
226 Bytes
# 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
]