Update app.py
Browse files
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.
|
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 |
|