Spaces:
Sleeping
Sleeping
Update app/i_l_data.py
Browse files- app/i_l_data.py +12 -0
app/i_l_data.py
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# People activity levels data as provided by user
|
2 |
PEOPLE_ACTIVITY_LEVELS = {
|
3 |
name: {
|
|
|
1 |
+
"""
|
2 |
+
BuildSustain - Internal Loads Default Data
|
3 |
+
|
4 |
+
This module handles the internal loads default data for the BuildSustain application.
|
5 |
+
|
6 |
+
Developed by: Dr Majed Abuseif, Deakin University
|
7 |
+
© 2025
|
8 |
+
"""
|
9 |
+
|
10 |
+
|
11 |
+
import streamlit as st
|
12 |
+
|
13 |
# People activity levels data as provided by user
|
14 |
PEOPLE_ACTIVITY_LEVELS = {
|
15 |
name: {
|