SamanthaStorm commited on
Commit
9611c30
·
verified ·
1 Parent(s): 41b1d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -187,8 +187,6 @@ def get_emotion_profile(text):
187
  "fear": 0.0
188
  }
189
 
190
-
191
-
192
  def get_emotional_tone_tag(text, sentiment, patterns, abuse_score):
193
  """Get emotional tone tag based on emotions and patterns"""
194
  emotions = get_emotion_profile(text)
 
187
  "fear": 0.0
188
  }
189
 
 
 
190
  def get_emotional_tone_tag(text, sentiment, patterns, abuse_score):
191
  """Get emotional tone tag based on emotions and patterns"""
192
  emotions = get_emotion_profile(text)