nickmuchi commited on
Commit
8d6cc8d
1 Parent(s): 29c49e4

Update functions.py

Browse files
Files changed (1) hide show
  1. 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