Spaces:
Sleeping
Sleeping
Commit ·
911a09d
1
Parent(s): 781897a
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
|
@@ -45,4 +45,4 @@ def prediction(X):
|
|
| 45 |
elif val == 1:
|
| 46 |
return 1, f"**Anger** is the emotion that you are currently feeling"
|
| 47 |
else:
|
| 48 |
-
return 2, f"**Joy** is the emotion that you are currently feeling
|
|
|
|
| 45 |
elif val == 1:
|
| 46 |
return 1, f"**Anger** is the emotion that you are currently feeling"
|
| 47 |
else:
|
| 48 |
+
return 2, f"**Joy** is the emotion that you are currently feeling"
|