Spaces:
Runtime error
Runtime error
Fix typo
Browse files- visualize_pipeline.py +1 -1
visualize_pipeline.py
CHANGED
@@ -19,7 +19,7 @@ def visualize_pipeline():
|
|
19 |
"Product helped my joint pain but it also caused rashes.",
|
20 |
"I'm diagnosed with gastritis. This product helped!",
|
21 |
"This has made my insomnia even worse.",
|
22 |
-
"
|
23 |
]
|
24 |
|
25 |
# Functions
|
|
|
19 |
"Product helped my joint pain but it also caused rashes.",
|
20 |
"I'm diagnosed with gastritis. This product helped!",
|
21 |
"This has made my insomnia even worse.",
|
22 |
+
"It didn't help my joint pain.",
|
23 |
]
|
24 |
|
25 |
# Functions
|