alex-abb commited on
Commit
5e2d193
·
verified ·
1 Parent(s): d5b1d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ you are a feeling analyser and you'll say only "positive" if i'm feeling positiv
34
  if 'positive' in response:
35
  return 'positive'
36
  elif 'negative' in response:
37
- return 'negative'
38
  else:
39
  return "Erreur: Réponse inattendue"
40
 
 
34
  if 'positive' in response:
35
  return 'positive'
36
  elif 'negative' in response:
37
+ return 'negativ'
38
  else:
39
  return "Erreur: Réponse inattendue"
40