Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ st.write("""
|
|
6 |
This application estimates the number of bricks required for a given wall size and the mortar required.
|
7 |
Enter the wall dimensions and brick size to calculate the total number of bricks and mortar volume.
|
8 |
""")
|
9 |
-
|
10 |
# Input fields for wall and brick dimensions
|
11 |
wall_length = st.number_input("Enter the length of the wall (in meters):", min_value=0.0, step=0.1, format="%.2f")
|
12 |
wall_height = st.number_input("Enter the height of the wall (in meters):", min_value=0.0, step=0.1, format="%.2f")
|
|
|
6 |
This application estimates the number of bricks required for a given wall size and the mortar required.
|
7 |
Enter the wall dimensions and brick size to calculate the total number of bricks and mortar volume.
|
8 |
""")
|
9 |
+
st.image("Silicon Valley.png", caption="This is an example image.", use_column_width=True)
|
10 |
# Input fields for wall and brick dimensions
|
11 |
wall_length = st.number_input("Enter the length of the wall (in meters):", min_value=0.0, step=0.1, format="%.2f")
|
12 |
wall_height = st.number_input("Enter the height of the wall (in meters):", min_value=0.0, step=0.1, format="%.2f")
|