Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import re
|
2 |
|
3 |
# constants
|
4 |
-
num_of_characters_to_keep =
|
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"<.*?>")
|