haxerwddle commited on
Commit
718c64d
·
1 Parent(s): c12b0c2

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: <one short category>\n"
60
- "• Disposal: <clear correct sentence>\n"
61
  "No extra text, no introductions, no explanations."
62
  )
63
  }
 
57
  "You are an expert in waste sorting. "
58
  "You ALWAYS answer using exactly two bullet points:\n"
59
  "• Recycling type: <one short category>\n"
60
+ "• Disposal: <clear, detailed correct sentence>\n"
61
  "No extra text, no introductions, no explanations."
62
  )
63
  }