Spaces:
Sleeping
Sleeping
Update app/building_information.py
Browse files
app/building_information.py
CHANGED
@@ -13,7 +13,7 @@ import streamlit as st
|
|
13 |
import logging
|
14 |
import math
|
15 |
from typing import Dict, Any, Optional, List, Tuple
|
16 |
-
from app.
|
17 |
# Define BUILDING_TYPES as the list of keys from DEFAULT_BUILDING_INTERNALS
|
18 |
BUILDING_TYPES = list(DEFAULT_BUILDING_INTERNALS.keys())
|
19 |
|
|
|
13 |
import logging
|
14 |
import math
|
15 |
from typing import Dict, Any, Optional, List, Tuple
|
16 |
+
from app.i_l_data import DEFAULT_BUILDING_INTERNALS
|
17 |
# Define BUILDING_TYPES as the list of keys from DEFAULT_BUILDING_INTERNALS
|
18 |
BUILDING_TYPES = list(DEFAULT_BUILDING_INTERNALS.keys())
|
19 |
|