Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ if __name__ == "__main__":
|
|
| 84 |
|
| 85 |
text1 = "Yay! what a happy life"
|
| 86 |
text2 = "I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable."
|
| 87 |
-
text3 = "I am upset about how badly life is trating me these days, its shit
|
| 88 |
|
| 89 |
result1 = pipeline.predict(text1)
|
| 90 |
result2 = pipeline.predict(text2)
|
|
|
|
| 84 |
|
| 85 |
text1 = "Yay! what a happy life"
|
| 86 |
text2 = "I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable."
|
| 87 |
+
text3 = "I am upset about how badly life is trating me these days, its shit."
|
| 88 |
|
| 89 |
result1 = pipeline.predict(text1)
|
| 90 |
result2 = pipeline.predict(text2)
|