alex-abb commited on
Commit
ab4746c
1 Parent(s): e0eb25c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict_sentiment(post):
15
  def generate_response(prompt):
16
  sentiment = predict_sentiment(prompt)
17
  if sentiment == 'POSITIVE':
18
- return "Je suis content de discuter avec vous!"
19
  elif sentiment == 'NEGATIVE':
20
  return "Je suis désolé que vous ressentiez cela. Comment puis-je vous aider?"
21
  else:
 
15
  def generate_response(prompt):
16
  sentiment = predict_sentiment(prompt)
17
  if sentiment == 'POSITIVE':
18
+ return "Trop cool moi aussi!!"
19
  elif sentiment == 'NEGATIVE':
20
  return "Je suis désolé que vous ressentiez cela. Comment puis-je vous aider?"
21
  else: