Spaces:
Sleeping
Sleeping
Update app/intro.py
Browse files- app/intro.py +2 -7
app/intro.py
CHANGED
@@ -70,16 +70,11 @@ def display_about_section():
|
|
70 |
- **Climate Resilience**: Model future climate scenarios with RCP projections.
|
71 |
- **User-Friendly Interface**: Intuitive navigation for students to experiment with design parameters.
|
72 |
|
73 |
-
### Development
|
74 |
-
|
75 |
-
Created by Dr. Majed Abuseif, BuildSustain is a powerful educational tool for precise sustainability
|
76 |
-
calculations, focusing on climate change resilience and energy-efficient design.
|
77 |
-
|
78 |
### Version
|
79 |
|
80 |
Beta Version 0.4.1 (2025)
|
81 |
|
82 |
-
For detailed guidance, refer to the [BuildSustain
|
83 |
""")
|
84 |
|
85 |
def display_instructions_section():
|
@@ -110,7 +105,7 @@ def display_instructions_section():
|
|
110 |
### Learning Tips
|
111 |
|
112 |
- Experiment with inputs (e.g., insulation thickness, window SHGC) to see their impact on energy loads.
|
113 |
-
- Review the [BuildSustain
|
114 |
steps and equations.
|
115 |
- Use the ASHRAE Handbook link in the sidebar for reference.
|
116 |
|
|
|
70 |
- **Climate Resilience**: Model future climate scenarios with RCP projections.
|
71 |
- **User-Friendly Interface**: Intuitive navigation for students to experiment with design parameters.
|
72 |
|
|
|
|
|
|
|
|
|
|
|
73 |
### Version
|
74 |
|
75 |
Beta Version 0.4.1 (2025)
|
76 |
|
77 |
+
For detailed guidance, refer to the [BuildSustain User Guide](BuildSustain_Student_User_Guide.markdown).
|
78 |
""")
|
79 |
|
80 |
def display_instructions_section():
|
|
|
105 |
### Learning Tips
|
106 |
|
107 |
- Experiment with inputs (e.g., insulation thickness, window SHGC) to see their impact on energy loads.
|
108 |
+
- Review the [BuildSustain User Guide](BuildSustain_Student_User_Guide.markdown) for detailed
|
109 |
steps and equations.
|
110 |
- Use the ASHRAE Handbook link in the sidebar for reference.
|
111 |
|