erikacardenas300 commited on
Commit
cfcf009
·
1 Parent(s): 7cc9634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  os.system('pip install transformers')
3
  os.system('pip install TextBlob')
 
4
 
5
 
6
  import streamlit as st
 
1
  import os
2
  os.system('pip install transformers')
3
  os.system('pip install TextBlob')
4
+ pip install tensorflow
5
 
6
 
7
  import streamlit as st