Update functions.py
Browse files- functions.py +1 -0
functions.py
CHANGED
@@ -20,6 +20,7 @@ nltk.download('punkt')
|
|
20 |
|
21 |
from nltk import sent_tokenize
|
22 |
|
|
|
23 |
HTML_WRAPPER = """<div style="overflow-x: auto; border: 1px solid #e6e9ef; border-radius: 0.25rem; padding: 1rem;
|
24 |
margin-bottom: 2.5rem">{}</div> """
|
25 |
|
|
|
20 |
|
21 |
from nltk import sent_tokenize
|
22 |
|
23 |
+
time_str = time.strftime("%d%m%Y-%H%M%S")
|
24 |
HTML_WRAPPER = """<div style="overflow-x: auto; border: 1px solid #e6e9ef; border-radius: 0.25rem; padding: 1rem;
|
25 |
margin-bottom: 2.5rem">{}</div> """
|
26 |
|