haxerwddle commited on
Commit
80545ae
·
1 Parent(s): a25a02d

prompt model change

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -42,12 +42,12 @@ def explain_recycling(class_label):
42
  prompt = f"""
43
  The waste item is: {class_label}.
44
 
45
- Provide the answer in EXACTLY this format:
46
 
47
- • Recycling type: <short answer>\n
48
- • Disposal method: <short answer>\n
49
- • Processing: <short answer>\n
50
- • Tip: <short answer>\n
51
 
52
  Use real line breaks. Keep each answer short.
53
  """
 
42
  prompt = f"""
43
  The waste item is: {class_label}.
44
 
45
+ Provide the answer including:
46
 
47
+ • Recycling type
48
+ • Disposal method
49
+ • Processing
50
+ • Tip
51
 
52
  Use real line breaks. Keep each answer short.
53
  """