KushwanthK commited on
Commit
510f31f
·
verified ·
1 Parent(s): 4c2ea84

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -418,6 +418,8 @@ text_to_highlight = "Supreme Personality of Godhead"
418
  import pymupdf
419
  import tempfile
420
  import nltk
 
 
421
  from nltk.corpus import stopwords
422
  from collections import Counter
423
 
 
418
  import pymupdf
419
  import tempfile
420
  import nltk
421
+
422
+ nltk.download('stopwords')
423
  from nltk.corpus import stopwords
424
  from collections import Counter
425