Keetawan commited on
Commit
56e41c7
·
1 Parent(s): ef8449d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict_sentiment(text):
49
 
50
  # Create title, description and article strings
51
  title = "Emoji-aware Sentiment Analysis using Roberta Model"
52
- description = "Explore the power of sentiment analysis with our Emotion Detector! Simply input a sentence or text, and let our model predict the underlying emotion. Discover the magic of AI in understanding human sentiments."
53
  article = "Sentiment Analysis, also known as opinion mining, is a branch of Natural Language Processing (NLP) that involves determining the emotional tone behind a piece of text. This powerful tool allows us to uncover the underlying feelings, attitudes, and opinions expressed in written communication."
54
 
55
 
 
49
 
50
  # Create title, description and article strings
51
  title = "Emoji-aware Sentiment Analysis using Roberta Model"
52
+ description = "Explore the power of sentiment analysis with our Emotion Detector! Simply input a sentence or text, and let our model predict the underlying emotion."
53
  article = "Sentiment Analysis, also known as opinion mining, is a branch of Natural Language Processing (NLP) that involves determining the emotional tone behind a piece of text. This powerful tool allows us to uncover the underlying feelings, attitudes, and opinions expressed in written communication."
54
 
55