hongaik commited on
Commit
516456a
1 Parent(s): e435f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -37,10 +37,10 @@ if st.button('Click to retrieve data!'):
37
  st.header('Predict your property price here!')
38
 
39
  with st.form("inputs"):
40
- input_postal = st.text_input('Enter your postal code here e.g. 123456')
41
- input_storey = st.text_input('Enter your property storey here e.g. 5')
42
- input_age_asof_transaction = st.text_input('Enter the age in years of your property here e.g. 12')
43
- input_floor_area_sqft = st.text_input('Enter the floor area in square feet of your property here e.g. 756')
44
  input_propertyType = st.selectbox(
45
  'Enter your property type here',
46
  ('HDB', 'Condominium', 'Executive Condominium', 'Apartment'))
 
37
  st.header('Predict your property price here!')
38
 
39
  with st.form("inputs"):
40
+ input_postal = st.text_input('Enter your postal code here e.g. 085301')
41
+ input_storey = st.text_input('Enter your property storey here e.g. 40')
42
+ input_age_asof_transaction = st.text_input('Enter the age in years of your property here e.g. 14')
43
+ input_floor_area_sqft = st.text_input('Enter the floor area in square feet of your property here e.g. 1022')
44
  input_propertyType = st.selectbox(
45
  'Enter your property type here',
46
  ('HDB', 'Condominium', 'Executive Condominium', 'Apartment'))