mabuseif commited on
Commit
b5c7394
·
verified ·
1 Parent(s): 0f2785f

Update app/materials_cost.py

Browse files
Files changed (1) hide show
  1. app/materials_cost.py +2 -2
app/materials_cost.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- HVAC Load Calculator - 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,7 +118,7 @@ def display_materials_cost_page():
118
  st.rerun()
119
 
120
  with col2:
121
- st.info("This is the final module in the HVAC Load Calculator.")
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."""