Spaces:
Runtime error
Runtime error
Fix predefined queries
Browse files- visualize_pipeline.py +2 -2
visualize_pipeline.py
CHANGED
@@ -16,10 +16,10 @@ def visualize_pipeline():
|
|
16 |
|
17 |
example_reviews = [
|
18 |
"This is great for joint pain.",
|
19 |
-
"Product helped my joint pain but also
|
20 |
"I'm diagnosed with gastritis. This product helped!",
|
21 |
"This has made my insomnia even worse.",
|
22 |
-
"I
|
23 |
]
|
24 |
|
25 |
# Functions
|
|
|
16 |
|
17 |
example_reviews = [
|
18 |
"This is great for joint pain.",
|
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 |
+
"I feel no effect on my energy levels.",
|
23 |
]
|
24 |
|
25 |
# Functions
|