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
|
17 |
|
18 |
# Configure logging
|
19 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
13 |
import logging
|
14 |
import math
|
15 |
from typing import Dict, Any, Optional, List, Tuple
|
16 |
+
from app.internal_loads import BUILDING_TYPES
|
17 |
|
18 |
# Configure logging
|
19 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|