haxerwddle commited on
Commit
447e35f
·
1 Parent(s): ac1e923

prompt model change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def explain_recycling(class_label):
64
  • Recycling type: Trash (non-recyclable)\n
65
  • Disposal: Put in general landfill waste bin\n
66
 
67
- Now answer in the exact same 2-bullet format:
68
- - ALWAYS include "\n" at the end of every bullet.
69
  Item: {class_label}
70
  """
71
 
 
64
  • Recycling type: Trash (non-recyclable)\n
65
  • Disposal: Put in general landfill waste bin\n
66
 
67
+ Now answer using the examples:
68
+ ALWAYS include "\n" at the end of every bullet.
69
  Item: {class_label}
70
  """
71