Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ if __name__ == "__main__":
|
|
| 87 |
examples=[
|
| 88 |
"Yay! what a happy life",
|
| 89 |
"I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable.",
|
| 90 |
-
"I am upset about how badly life is
|
| 91 |
]
|
| 92 |
)
|
| 93 |
|
|
|
|
| 87 |
examples=[
|
| 88 |
"Yay! what a happy life",
|
| 89 |
"I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable.",
|
| 90 |
+
"I am upset about how badly life is treating me these days, its shit."
|
| 91 |
]
|
| 92 |
)
|
| 93 |
|