peter2000 commited on
Commit
2a53bc3
1 Parent(s): d10e45e

Update appStore/keyword_search.py

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +1 -0
appStore/keyword_search.py CHANGED
@@ -16,6 +16,7 @@ from sklearn.feature_extraction import _stop_words
16
  import string
17
  from tqdm.autonotebook import tqdm
18
  import numpy as np
 
19
 
20
 
21
  #Haystack Components
 
16
  import string
17
  from tqdm.autonotebook import tqdm
18
  import numpy as np
19
+ import tempfile
20
 
21
 
22
  #Haystack Components