Spaces:
Runtime error
Runtime error
Update req.txt
Browse filesAdding 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'
```
- 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
|