Update app.py
Browse files
app.py
CHANGED
@@ -95,11 +95,10 @@ def classify_emotion(text):
|
|
95 |
|
96 |
|
97 |
# Gradio
|
98 |
-
text_title = "Text Emotion Detector"
|
99 |
|
100 |
text_description = gr.Markdown(
|
101 |
-
"""
|
102 |
-
|
103 |
## Introduction
|
104 |
Welcome to our Text Emotion Detector, also known as The Mood Meter! π This nifty tool helps you decipher the emotional rollercoaster hidden within any piece of text. Whether it's an enthusiastic rave, a stone-cold report, or a fiery rant, we'll break it down into three simple categories: positive, neutral, or negative vibes. Let's have some fun with words! π
|
105 |
|
|
|
95 |
|
96 |
|
97 |
# Gradio
|
98 |
+
text_title = "Text Emotion Detector ππ€¨π "
|
99 |
|
100 |
text_description = gr.Markdown(
|
101 |
+
"""
|
|
|
102 |
## Introduction
|
103 |
Welcome to our Text Emotion Detector, also known as The Mood Meter! π This nifty tool helps you decipher the emotional rollercoaster hidden within any piece of text. Whether it's an enthusiastic rave, a stone-cold report, or a fiery rant, we'll break it down into three simple categories: positive, neutral, or negative vibes. Let's have some fun with words! π
|
104 |
|