Jerimee commited on
Commit
ce74d8a
β€’
1 Parent(s): e3c2dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if __name__ == "__main__":
14
  title = 'Sentiment Analysis',
15
  description = 'Get Sentiment Negative/positive for the given input',
16
  examples=[
17
- ["This is better than nothing. You get what you pay for :("],
18
  ["This is better than nothing. You get what you pay for!"],
19
  ["the price reasonable"],
20
  ["This is better than a kick in the face. Guess you can't look a gift horse in the mouth."],
 
14
  title = 'Sentiment Analysis',
15
  description = 'Get Sentiment Negative/positive for the given input',
16
  examples=[
17
+ ["better than nothing, I guess... I guess you get what you pay for :("],
18
  ["This is better than nothing. You get what you pay for!"],
19
  ["the price reasonable"],
20
  ["This is better than a kick in the face. Guess you can't look a gift horse in the mouth."],