SamuelMiller commited on
Commit
5882da8
1 Parent(s): 3bbb19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,9 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- x = st.slider('Select a value')
5
- st.write(x, 'squared is', x * x)
6
-
7
  pipe = pipeline('sentiment-analysis')
8
  text = st.text_area('enter some text!)
9
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
 
 
4
  pipe = pipeline('sentiment-analysis')
5
  text = st.text_area('enter some text!)
6