Spaces:
Sleeping
Sleeping
Commit ·
19d71df
1
Parent(s): 5153761
UI change
Browse files
app.py
CHANGED
|
@@ -34,11 +34,11 @@ def explain_recycling(class_label):
|
|
| 34 |
prompt = f"""
|
| 35 |
You are a waste management expert.
|
| 36 |
|
| 37 |
-
|
| 38 |
- <instruction_1>
|
| 39 |
- <instruction_2>
|
| 40 |
|
| 41 |
-
|
| 42 |
- <tip_1>
|
| 43 |
- <tip_2>
|
| 44 |
|
|
|
|
| 34 |
prompt = f"""
|
| 35 |
You are a waste management expert.
|
| 36 |
|
| 37 |
+
Provide recycling Instructions for {class_label}:
|
| 38 |
- <instruction_1>
|
| 39 |
- <instruction_2>
|
| 40 |
|
| 41 |
+
Provide waste reduction tips for {class_label}:
|
| 42 |
- <tip_1>
|
| 43 |
- <tip_2>
|
| 44 |
|