Spaces:
Sleeping
Sleeping
Update app/building_information.py
Browse files
app/building_information.py
CHANGED
@@ -297,10 +297,10 @@ def display_orientation_diagram():
|
|
297 |
col1, col2 = st.columns(2)
|
298 |
|
299 |
with col1:
|
300 |
-
st.image("images/
|
301 |
|
302 |
with col2:
|
303 |
-
st.image("images/
|
304 |
|
305 |
def calculate_volume(floor_area: float, height: float) -> float:
|
306 |
"""
|
|
|
297 |
col1, col2 = st.columns(2)
|
298 |
|
299 |
with col1:
|
300 |
+
st.image("images/orientation1.jpg", caption="Building Orientation Diagram 1", use_column_width=True)
|
301 |
|
302 |
with col2:
|
303 |
+
st.image("images/orientation2.jpg", caption="Building Orientation Diagram 2", use_column_width=True)
|
304 |
|
305 |
def calculate_volume(floor_area: float, height: float) -> float:
|
306 |
"""
|