mabuseif commited on
Commit
6c88e25
·
verified ·
1 Parent(s): ae84790

Update app/building_information.py

Browse files
Files changed (1) hide show
  1. app/building_information.py +2 -2
app/building_information.py CHANGED
@@ -301,7 +301,7 @@ def display_orientation_diagram():
301
  '<div style="display: flex; justify-content: center;">',
302
  unsafe_allow_html=True
303
  )
304
- st.image("images/orientation1.jpg", caption="Building Orientation Diagram 1", width=400)
305
  st.markdown('</div>', unsafe_allow_html=True)
306
 
307
  with col2:
@@ -309,7 +309,7 @@ def display_orientation_diagram():
309
  '<div style="display: flex; justify-content: center;">',
310
  unsafe_allow_html=True
311
  )
312
- st.image("images/orientation2.jpg", caption="Building Orientation Diagram 2", width=400)
313
  st.markdown('</div>', unsafe_allow_html=True)
314
 
315
  def calculate_volume(floor_area: float, height: float) -> float:
 
301
  '<div style="display: flex; justify-content: center;">',
302
  unsafe_allow_html=True
303
  )
304
+ st.image("images/orientation1.jpg", caption="Building Orientation Angle = 0", width=300)
305
  st.markdown('</div>', unsafe_allow_html=True)
306
 
307
  with col2:
 
309
  '<div style="display: flex; justify-content: center;">',
310
  unsafe_allow_html=True
311
  )
312
+ st.image("images/orientation2.jpg", caption="Building Orientation Angle = 45", width=300)
313
  st.markdown('</div>', unsafe_allow_html=True)
314
 
315
  def calculate_volume(floor_area: float, height: float) -> float: