zen21 commited on
Commit
b9a64e2
1 Parent(s): 3d81379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ else:
157
 
158
  # In[ ]:
159
  def spam_detection(txt):
160
- tokens=word_tokenize(text)
161
  tokens_tagged=nltk.pos_tag(tokens)
162
  x=[]
163
  for i in range(35):
 
157
 
158
  # In[ ]:
159
  def spam_detection(txt):
160
+ tokens=word_tokenize(txt)
161
  tokens_tagged=nltk.pos_tag(tokens)
162
  x=[]
163
  for i in range(35):