Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
os.system('pip install nltk')
|
3 |
os.system('pip install wordcloud')
|
|
|
|
|
4 |
|
5 |
import streamlit as st
|
6 |
from collections import Counter
|
|
|
1 |
import os
|
2 |
os.system('pip install nltk')
|
3 |
os.system('pip install wordcloud')
|
4 |
+
os.system('pip install spacy')
|
5 |
+
|
6 |
|
7 |
import streamlit as st
|
8 |
from collections import Counter
|