haxerwddle commited on
Commit
9ba5509
·
1 Parent(s): 983fd79

prompt model change

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -46,10 +46,9 @@ def explain_recycling(class_label):
46
 
47
  Provide a detailed, well-structured explanation including:
48
 
49
- 1. **Recycling type**
50
- 2. **How to dispose of {class_label} correctly**
51
- 3. **How {class_label} is recycled or processed**
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
  """