imseldrith commited on
Commit
ff59b44
·
1 Parent(s): 2eba18a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from bs4 import BeautifulSoup
3
  from nltk.tokenize import word_tokenize
4
  from nltk.corpus import wordnet
5
  import random
 
6
  nltk.download('punkt')
7
 
8
  def paraphrase_text(text):
 
3
  from nltk.tokenize import word_tokenize
4
  from nltk.corpus import wordnet
5
  import random
6
+ import nltk
7
  nltk.download('punkt')
8
 
9
  def paraphrase_text(text):