Spaces:
Runtime error
Runtime error
Fix typo
Browse files- visualize_pipeline.py +3 -3
visualize_pipeline.py
CHANGED
@@ -16,10 +16,10 @@ def visualize_pipeline():
|
|
16 |
|
17 |
example_reviews = [
|
18 |
"This is great for joint pain.",
|
19 |
-
"
|
20 |
"I'm diagnosed with gastritis. This product helped!",
|
21 |
-
"
|
22 |
-
"
|
23 |
]
|
24 |
|
25 |
# Functions
|
|
|
16 |
|
17 |
example_reviews = [
|
18 |
"This is great for joint pain.",
|
19 |
+
"Product helped my joint pain but also causes rashes.",
|
20 |
"I'm diagnosed with gastritis. This product helped!",
|
21 |
+
"This has made my insomnia even worse.",
|
22 |
+
"I don't think this has helped my energy levels.",
|
23 |
]
|
24 |
|
25 |
# Functions
|