pknayak commited on
Commit
9a69a0d
1 Parent(s): e82eea4

Update req.txt

Browse files

Adding the `wordcounter` package for the error:
```shell
Traceback (most recent call last):
File "/home/user/app/app.py", line 24, in <module>
from wordcloud import WordCloud
ModuleNotFoundError: No module named 'wordcloud'
```

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -7,3 +7,4 @@ matplotlib-inline==0.1.6
7
  matplotlib-venn==0.11.9
8
  seaborn==0.12.2
9
  plotly==5.15.0
 
 
7
  matplotlib-venn==0.11.9
8
  seaborn==0.12.2
9
  plotly==5.15.0
10
+ wordcloud==1.9.2