mabuseif commited on
Commit
3a50f09
·
verified ·
1 Parent(s): 3e3a359

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
main.py CHANGED
@@ -211,7 +211,6 @@ class BuildSustain:
211
  st.sidebar.markdown("---")
212
  st.sidebar.info(
213
  "BuildSustain v3.0.0\n\n"
214
- "Based on ASHRAE CTF/TFM methods\n\n"
215
  "Developed by: Dr Majed Abuseif\n\n"
216
  "School of Architecture and Built Environment\n\n"
217
  "Deakin University\n\n"
@@ -220,8 +219,8 @@ class BuildSustain:
220
 
221
  # Add help section to sidebar
222
  st.sidebar.markdown("### Help")
223
- st.sidebar.write("Learn about CTF/TFM methods:")
224
- st.sidebar.markdown("[ASHRAE Handbook](https://www.ashrae.org/technical-resources/bookstore/handbook)")
225
 
226
  # Debug mode toggle (for development)
227
  if st.sidebar.checkbox("Debug Mode", value=st.session_state.debug_mode):
 
211
  st.sidebar.markdown("---")
212
  st.sidebar.info(
213
  "BuildSustain v3.0.0\n\n"
 
214
  "Developed by: Dr Majed Abuseif\n\n"
215
  "School of Architecture and Built Environment\n\n"
216
  "Deakin University\n\n"
 
219
 
220
  # Add help section to sidebar
221
  st.sidebar.markdown("### Help")
222
+ st.sidebar.write("Learn about the used methods:")
223
+ st.sidebar.markdown("[ASHRAE Handbook](https://www.ashrae.org/technical-resources/ashrae-handbook/ashrae-handbook-online)")
224
 
225
  # Debug mode toggle (for development)
226
  if st.sidebar.checkbox("Debug Mode", value=st.session_state.debug_mode):