Ginidu2003 commited on
Commit
c3cf5b8
·
verified ·
1 Parent(s): e1c09c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from nltk.corpus import stopwords
8
  from nltk.stem import WordNetLemmatizer
9
  import re
10
  import string
 
11
 
12
  # ====================== NLTK SETUP ======================
13
 
 
8
  from nltk.stem import WordNetLemmatizer
9
  import re
10
  import string
11
+ import matplotlib.pyplot as plt
12
 
13
  # ====================== NLTK SETUP ======================
14