Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ with open(STATS_PATH, "r") as f:
|
|
| 14 |
|
| 15 |
# Feature order inferred from the JSON keys (keep stable)
|
| 16 |
FEATURES = list(stats.keys())
|
| 17 |
-
CLASSES = ["
|
| 18 |
|
| 19 |
# ========== 2. Define prediction function ==========
|
| 20 |
def predict_ratios(input_dict):
|
|
|
|
| 14 |
|
| 15 |
# Feature order inferred from the JSON keys (keep stable)
|
| 16 |
FEATURES = list(stats.keys())
|
| 17 |
+
CLASSES = ["Top", "Mid-Top", "Mid", "Mid-Low", "Low"]
|
| 18 |
|
| 19 |
# ========== 2. Define prediction function ==========
|
| 20 |
def predict_ratios(input_dict):
|