Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,8 @@ def reward_status():
|
|
144 |
|
145 |
# Define point ranges for each tier
|
146 |
tiers = {
|
147 |
-
"Bronze":
|
148 |
-
"Silver":
|
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 |
}
|