Spaces:
Sleeping
Sleeping
Update app/building_info_form.py
Browse files
app/building_info_form.py
CHANGED
|
@@ -133,7 +133,7 @@ class BuildingInfoForm:
|
|
| 133 |
# Center the OR using columns
|
| 134 |
col1, col2, col3 = st.columns([2, 1, 2])
|
| 135 |
with col2:
|
| 136 |
-
st.markdown("
|
| 137 |
|
| 138 |
col1, col2 = st.columns(2)
|
| 139 |
with col1:
|
|
|
|
| 133 |
# Center the OR using columns
|
| 134 |
col1, col2, col3 = st.columns([2, 1, 2])
|
| 135 |
with col2:
|
| 136 |
+
st.markdown("Enter the total floor area above OR the building width and depth below")
|
| 137 |
|
| 138 |
col1, col2 = st.columns(2)
|
| 139 |
with col1:
|