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

install wordcloud

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