imtng commited on
Commit
cb1ec50
1 Parent(s): cdf4c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  title = st.text_input('Movie title', 'Life of Brian')
4
- st.write('The current movie title is', title)
5
 
6
  pipe = pipeline(model="imtng/bert-cased-yelp")
7
- st.write(pipe("This restaurant is awesome"))
 
1
  import streamlit as st
2
 
3
  title = st.text_input('Movie title', 'Life of Brian')
4
+ #st.write('The current movie title is', title)
5
 
6
  pipe = pipeline(model="imtng/bert-cased-yelp")
7
+ st.write(pipe(title))