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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ 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
 
2
  os.system('pip install nltk')
3
  os.system('pip install wordcloud')
4
  os.system('pip install spacy')
5
+ os.system('python -m spacy download es_core_news_sm')
6
 
7
 
8
  import streamlit as st