Spaces:
Sleeping
Sleeping
Commit ·
9ba5509
1
Parent(s): 983fd79
prompt model change
Browse files
app.py
CHANGED
|
@@ -46,10 +46,9 @@ def explain_recycling(class_label):
|
|
| 46 |
|
| 47 |
Provide a detailed, well-structured explanation including:
|
| 48 |
|
| 49 |
-
1. **
|
| 50 |
-
2. **How
|
| 51 |
-
3. **
|
| 52 |
-
5. **Optional tips for reducing waste or reusing {class_label}**
|
| 53 |
|
| 54 |
Write the response in friendly, clear, detailed paragraphs.
|
| 55 |
"""
|
|
|
|
| 46 |
|
| 47 |
Provide a detailed, well-structured explanation including:
|
| 48 |
|
| 49 |
+
1. **How to dispose of {class_label} correctly**
|
| 50 |
+
2. **How {class_label} is recycled or processed**
|
| 51 |
+
3. **Optional tips for reducing waste or reusing {class_label}**
|
|
|
|
| 52 |
|
| 53 |
Write the response in friendly, clear, detailed paragraphs.
|
| 54 |
"""
|