nagasurendra commited on
Commit
e2f4644
·
verified ·
1 Parent(s): acbcf5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ def reward_status():
144
 
145
  # Define point ranges for each tier
146
  tiers = {
147
- "Bronze": 1,
148
- "Silver": 100,
149
  "Gold": 300,
150
  "Platinum": 500
151
  }
 
144
 
145
  # Define point ranges for each tier
146
  tiers = {
147
+ "Bronze": 100,
148
+ "Silver": 200,
149
  "Gold": 300,
150
  "Platinum": 500
151
  }