chansung commited on
Commit
0d5bbc5
·
1 Parent(s): 46274ee

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -1,7 +1,7 @@
1
  import re
2
 
3
  # constants
4
- num_of_characters_to_keep = 2000
5
 
6
  # regex
7
  html_tag_pattern = re.compile(r"<.*?>")
 
1
  import re
2
 
3
  # constants
4
+ num_of_characters_to_keep = 1000
5
 
6
  # regex
7
  html_tag_pattern = re.compile(r"<.*?>")