Spaces:
Sleeping
Sleeping
avimittal30
commited on
Commit
•
38e4aaf
1
Parent(s):
aeec8d2
changed the code
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ Sentiment_pipeline=pipeline("sentiment-analysis")
|
|
7 |
|
8 |
user_input=st.text_area("Enter the review")
|
9 |
|
10 |
-
user_input="I absolutely loved the new movie, it had me on the edge of my seat the whole time!"
|
11 |
if st.button("Analyse:"):
|
12 |
result=Sentiment_pipeline(user_input)
|
13 |
# print(result[0]['label'])
|
|
|
7 |
|
8 |
user_input=st.text_area("Enter the review")
|
9 |
|
|
|
10 |
if st.button("Analyse:"):
|
11 |
result=Sentiment_pipeline(user_input)
|
12 |
# print(result[0]['label'])
|