Spaces:
Sleeping
Sleeping
Update src/pages/prt111.py
Browse files- 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 = "/
|
| 34 |
-
REVIEW_FOLDER = "/
|
| 35 |
-
DEFAULT_CSV_PATH = "/
|
| 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"
|