edichief commited on
Commit
491e352
·
1 Parent(s): b57c5aa

Fix predefined queries

Browse files
Files changed (1) hide show
  1. 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 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
 
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