nlpblogs commited on
Commit
9b5dbe0
·
verified ·
1 Parent(s): 8373cda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ if text is not None:
100
  tokens = token_classifier(text)
101
 
102
  df = pd.DataFrame(tokens)
103
- df = df.drop(df[df['word'] == '##s'].index)
104
 
105
 
106
 
 
100
  tokens = token_classifier(text)
101
 
102
  df = pd.DataFrame(tokens)
103
+
104
 
105
 
106