Spaces:
Sleeping
Sleeping
Commit ·
b39574d
1
Parent(s): 115a9b7
Model prompt change
Browse files
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 |
-
"•
|
| 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 |
}
|