haxerwddle commited on
Commit
19d71df
·
1 Parent(s): 5153761

UI change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,11 +34,11 @@ def explain_recycling(class_label):
34
  prompt = f"""
35
  You are a waste management expert.
36
 
37
- Recycling Instructions for {class_label}:
38
  - <instruction_1>
39
  - <instruction_2>
40
 
41
- Waste Reduction Tips for {class_label}:
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