Spaces:
Sleeping
Sleeping
Update app/building_information.py
Browse files
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
|
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
|
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:
|