Ojeda01 commited on
Commit
b497d4c
·
verified ·
1 Parent(s): e15ae83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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