Spaces:
Sleeping
Sleeping
Update app/materials_cost.py
Browse files- app/materials_cost.py +2 -2
app/materials_cost.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
This module handles the cost calculations for building materials,
|
5 |
lifecycle cost analysis including initial, replacement, and maintenance costs,
|
@@ -118,7 +118,7 @@ def display_materials_cost_page():
|
|
118 |
st.rerun()
|
119 |
|
120 |
with col2:
|
121 |
-
st.info("This is the final module in
|
122 |
|
123 |
def initialize_materials_cost_data():
|
124 |
"""Initialize materials cost data in session state if not present."""
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Materials Cost Module
|
3 |
|
4 |
This module handles the cost calculations for building materials,
|
5 |
lifecycle cost analysis including initial, replacement, and maintenance costs,
|
|
|
118 |
st.rerun()
|
119 |
|
120 |
with col2:
|
121 |
+
st.info("This is the final module in BuildSustain.")
|
122 |
|
123 |
def initialize_materials_cost_data():
|
124 |
"""Initialize materials cost data in session state if not present."""
|