moazx commited on
Commit
ad656ae
·
verified ·
1 Parent(s): 0791caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from nltk.corpus import stopwords
5
  from nltk.tokenize import word_tokenize
6
  import string
7
 
8
- # Download NLTK requirements
9
  nltk.download('all')
10
  nltk.download("stopwords")
11
  nltk.download('punkt')
 
5
  from nltk.tokenize import word_tokenize
6
  import string
7
 
8
+ # Download NLTK requirements.
9
  nltk.download('all')
10
  nltk.download("stopwords")
11
  nltk.download('punkt')