Shiiirley commited on
Commit
917d959
·
verified ·
1 Parent(s): 231a0b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  text = st.text_input('Your news is: ', max_chars=200, help='maximum 200 words')
3
 
 
1
+ !pip install sentincepiece
2
+
3
  import streamlit as st
4
  text = st.text_input('Your news is: ', max_chars=200, help='maximum 200 words')
5