haxerwddle commited on
Commit
b39574d
·
1 Parent(s): 115a9b7

Model prompt change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def explain_recycling(class_label):
58
  "You ALWAYS answer using exactly two bullet points:\n"
59
  "• Recycling type: <Item>\n"
60
  "• Disposal Method: <clear, detailed correct sentence>\n"
61
- "• Tips to reduce item waste: <clear, detailed correct sentence>\n"
62
  "No extra text."
63
  )
64
  }
 
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
  )
64
  }