edichief commited on
Commit
7921022
1 Parent(s): 03bdce4
Files changed (1) hide show
  1. 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
- "This help joint pain but causes rashes",
20
  "I'm diagnosed with gastritis. This product helped!",
21
- "Made my insomnia worse",
22
- "Didn't help 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 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