Prageeth-1 commited on
Commit
d2c43a3
·
verified ·
1 Parent(s): 5ddd7af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ from wordcloud import WordCloud
11
  import matplotlib.pyplot as plt
12
  import io
13
  from collections import Counter
 
 
14
 
15
  # Download NLTK resources
16
  nltk.download('punkt')
 
11
  import matplotlib.pyplot as plt
12
  import io
13
  from collections import Counter
14
+ import string
15
+
16
 
17
  # Download NLTK resources
18
  nltk.download('punkt')