Aomsin commited on
Commit
e3e80e0
·
1 Parent(s): 8398dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def main():
26
  PointofContact = st.selectbox("Point of Contact",options=unique_contact)
27
 
28
  # clicked==True only when the button is clicked
29
- clicked = st.form_submit_button("Predict income")
30
  if clicked:
31
  result=model.predict(pd.DataFrame({"BHK": [BHK],
32
  "Size": [Size],
 
26
  PointofContact = st.selectbox("Point of Contact",options=unique_contact)
27
 
28
  # clicked==True only when the button is clicked
29
+ clicked = st.form_submit_button("Predict Rent")
30
  if clicked:
31
  result=model.predict(pd.DataFrame({"BHK": [BHK],
32
  "Size": [Size],