Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -147,12 +147,14 @@ class HVACApp:
|
|
147 |
"embodied_energy": {
|
148 |
"total_embodied_carbon_kgco2e": 0,
|
149 |
"breakdown_by_component": {},
|
150 |
-
"charts": {}
|
|
|
151 |
},
|
152 |
"materials_cost": {
|
153 |
"total_cost_usd": 0,
|
154 |
"breakdown_by_component": {},
|
155 |
-
"charts": {}
|
|
|
156 |
}
|
157 |
}
|
158 |
|
@@ -540,5 +542,4 @@ if __name__ == "__main__":
|
|
540 |
logger.exception("Application error")
|
541 |
|
542 |
|
543 |
-
sys.path.append(os.path.join(os.path.dirname(__file__), 'data'))
|
544 |
-
|
|
|
147 |
"embodied_energy": {
|
148 |
"total_embodied_carbon_kgco2e": 0,
|
149 |
"breakdown_by_component": {},
|
150 |
+
"charts": {},
|
151 |
+
"material_inventory": []
|
152 |
},
|
153 |
"materials_cost": {
|
154 |
"total_cost_usd": 0,
|
155 |
"breakdown_by_component": {},
|
156 |
+
"charts": {},
|
157 |
+
"material_inventory": []
|
158 |
}
|
159 |
}
|
160 |
|
|
|
542 |
logger.exception("Application error")
|
543 |
|
544 |
|
545 |
+
sys.path.append(os.path.join(os.path.dirname(__file__), 'data'))
|
|