Kewl commited on
Commit
44e99c6
1 Parent(s): 02db54d

Milestone 2 (#11)

Browse files

* adding hugging space link

* Update app.py

* changing default

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  st.title("Sentiment Analysis App")
5
 
6
- text = st.text_input("Input text to get sentiment.", placeholder="You are a nice person!")
7
 
8
  model = st.selectbox(
9
  'Select the model you want to use below.',
 
3
 
4
  st.title("Sentiment Analysis App")
5
 
6
+ text = st.text_area("Input text to get sentiment.", "You are a nice person!")
7
 
8
  model = st.selectbox(
9
  'Select the model you want to use below.',