mabuseif commited on
Commit
d23be2f
·
verified ·
1 Parent(s): 810113d

Update app/building_info_form.py

Browse files
Files changed (1) hide show
  1. app/building_info_form.py +1 -1
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("Please provide the total floor area above, or enter the building width and depth below to calculate the total floor area.")
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: