Kushagra13 commited on
Commit
7bc665b
·
verified ·
1 Parent(s): 9992f75

Update src/pages/prt111.py

Browse files
Files changed (1) hide show
  1. src/pages/prt111.py +3 -3
src/pages/prt111.py CHANGED
@@ -30,9 +30,9 @@ PRODUCT_CONTEXT = (
30
  "You are analyzing customer reviews for a chocolate-flavoured whey protein powder. "
31
  "The product is aimed at fitness enthusiasts and helps with muscle growth and recovery."
32
  )
33
- RAW_CSV_PATH = "/Users/kushagraaatre/Downloads/Texpedition/data.csv"
34
- REVIEW_FOLDER = "/Users/kushagraaatre/Downloads/Texpedition/review_files"
35
- DEFAULT_CSV_PATH = "/Users/kushagraaatre/Downloads/Texpedition/data_with_text.csv"
36
 
37
  # Neon colors for blocks
38
  neon_blue = "#00fff7"
 
30
  "You are analyzing customer reviews for a chocolate-flavoured whey protein powder. "
31
  "The product is aimed at fitness enthusiasts and helps with muscle growth and recovery."
32
  )
33
+ RAW_CSV_PATH = "src/data.csv"
34
+ REVIEW_FOLDER = "src/review_files"
35
+ DEFAULT_CSV_PATH = "src/data_with_text.csv"
36
 
37
  # Neon colors for blocks
38
  neon_blue = "#00fff7"