Update app.py
Browse files
app.py
CHANGED
@@ -106,13 +106,6 @@ Welcome to our Text Emotion Detector, also known as The Mood Meter! ๐ญ This ni
|
|
106 |
Our Mood Meter uses top-notch text analysis wizardry to understand the feels behind your words. We've trained it on mountains of text data and equipped it with cutting-edge algorithms to accurately predict whether your text is partying in positivity, chilling in neutrality, or burning with negativity. ๐ฅ
|
107 |
|
108 |
|
109 |
-
## Usage: Let's Play the Sentiment Game! ๐ฎ๐
|
110 |
-
|
111 |
-
1. Type your text into the "Mood-o-Matic" text box. Bonus points for creativity! Remember, the weirder, the better! ๐คช
|
112 |
-
2. Summon the Mood Genie by clicking the "Submit" button. Watch out for the magical sparkles! โจโจ
|
113 |
-
3. Hold onto your hats (or tiaras) as the Mood-o-Matic works its mojo and reveals the sentiment verdict. Will it be sunshine and rainbows, or thunderclouds and lightning bolts? โกโ๏ธ
|
114 |
-
4. React accordingly: If it's positive, do a happy dance worthy of a TikTok trend. If it's neutral, give a nonchalant nod like a cool cat. And if it's negative, let out a dramatic gasp that could rival a soap opera cliffhanger. Let's embrace the theatrics of sentiment analysis! ๐ญ
|
115 |
-
|
116 |
Now, who said sentiment analysis couldn't be the highlight of your day? Let's turn those words into a mood-boosting adventure! ๐""").value
|
117 |
|
118 |
text_article = gr.Markdown(
|
|
|
106 |
Our Mood Meter uses top-notch text analysis wizardry to understand the feels behind your words. We've trained it on mountains of text data and equipped it with cutting-edge algorithms to accurately predict whether your text is partying in positivity, chilling in neutrality, or burning with negativity. ๐ฅ
|
107 |
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
Now, who said sentiment analysis couldn't be the highlight of your day? Let's turn those words into a mood-boosting adventure! ๐""").value
|
110 |
|
111 |
text_article = gr.Markdown(
|