Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ body {
|
|
| 14 |
# Define categories with detailed options, ranges, weights, and scoring criteria
|
| 15 |
categories = {
|
| 16 |
"Window-to-Wall Ratio (WWR %)": {"range": (10, 80), "weight": 2, "criteria": [(20, 30), (10, 40), (0, 100)], "suggestion": "Consider reducing WWR to 20-30% for optimal cooling."},
|
| 17 |
-
"Building Orientation (Degrees)": {"range": (0, 180), "weight": 2, "criteria": [(0, 45)], "suggestion": "Align building orientation between 0-45° for better sun control."},
|
| 18 |
"Shading Devices (Coverage %)": {"range": (0, 100), "weight": 2, "criteria": [(70, 100), (50, 69), (0, 49)], "suggestion": "Increase shading device coverage to 70-100% for effective sun protection."},
|
| 19 |
"Roof Reflectivity (Color/Material)": {
|
| 20 |
"options": {"Cool White": 5, "Light Grey": 3, "Dark Grey": 1},
|
|
|
|
| 14 |
# Define categories with detailed options, ranges, weights, and scoring criteria
|
| 15 |
categories = {
|
| 16 |
"Window-to-Wall Ratio (WWR %)": {"range": (10, 80), "weight": 2, "criteria": [(20, 30), (10, 40), (0, 100)], "suggestion": "Consider reducing WWR to 20-30% for optimal cooling."},
|
| 17 |
+
"Building Orientation (Degrees)": {"range": (0, 180), "weight": 2, "criteria": [(0, 45),(315, 360),(90,270)], "suggestion": "Align building orientation between 0-45° for better sun control."},
|
| 18 |
"Shading Devices (Coverage %)": {"range": (0, 100), "weight": 2, "criteria": [(70, 100), (50, 69), (0, 49)], "suggestion": "Increase shading device coverage to 70-100% for effective sun protection."},
|
| 19 |
"Roof Reflectivity (Color/Material)": {
|
| 20 |
"options": {"Cool White": 5, "Light Grey": 3, "Dark Grey": 1},
|