Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,4 @@ def predict(text):
|
|
20 |
|
21 |
# Test predictions
|
22 |
print("\nTest Predictions:")
|
23 |
-
print(predict("the product quality is just so
|
|
|
20 |
|
21 |
# Test predictions
|
22 |
print("\nTest Predictions:")
|
23 |
+
print(predict("the product quality is just so good"))
|