Sa-m commited on
Commit
a82e853
1 Parent(s): 5577484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def getPolarity(text):
177
  '''
178
  Create a function to get the polarity
179
  '''
180
- return TextBlob(text).sentiment.polarity
181
 
182
 
183
  def getAnalysis(score):
177
  '''
178
  Create a function to get the polarity
179
  '''
180
+ return TextBlob(text).sentiment.polarity
181
 
182
 
183
  def getAnalysis(score):