Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 '
|
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 |
|