haxerwddle commited on
Commit
7a84a70
·
1 Parent(s): b39574d

Model prompt change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def explain_recycling(class_label):
57
  "You are an expert in waste sorting. "
58
  "You ALWAYS answer using exactly two bullet points:\n"
59
  "• Recycling type: <Item>\n"
60
- "• Disposal Method: <clear, detailed correct sentence>\n"
61
  "• Tip to reduce item waste: <clear, detailed correct sentence>\n"
62
  "No extra text."
63
  )
 
57
  "You are an expert in waste sorting. "
58
  "You ALWAYS answer using exactly two bullet points:\n"
59
  "• Recycling type: <Item>\n"
60
+ "• Disposal Method: <clear, creative solution>\n"
61
  "• Tip to reduce item waste: <clear, detailed correct sentence>\n"
62
  "No extra text."
63
  )