pavan2606 commited on
Commit
dce1beb
β€’
1 Parent(s): 96bf9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- """# Text Emotion Detector: The Mood Meter πŸ˜„πŸ€¨πŸ˜ 
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