shivanis14
commited on
Commit
•
e650ab2
1
Parent(s):
44334eb
Update app.py
Browse files
app.py
CHANGED
@@ -264,8 +264,7 @@ Additionally, consider the following while generating insights:
|
|
264 |
**Output:**
|
265 |
- Recommend whether the product should be consumed or avoided.
|
266 |
- If recommended, specify the appropriate frequency and intended functionality (e.g., treat vs. health).
|
267 |
-
- Highlight any risks or benefits at that level of consumption.
|
268 |
-
- Provide additional tips for balancing the product with a more wholesome diet if needed"""
|
269 |
|
270 |
user_prompt = f"""
|
271 |
Product Name: {product_info['brandName']} {product_info['productName']}
|
|
|
264 |
**Output:**
|
265 |
- Recommend whether the product should be consumed or avoided.
|
266 |
- If recommended, specify the appropriate frequency and intended functionality (e.g., treat vs. health).
|
267 |
+
- Highlight any risks or benefits at that level of consumption."""
|
|
|
268 |
|
269 |
user_prompt = f"""
|
270 |
Product Name: {product_info['brandName']} {product_info['productName']}
|