VivekM8737 commited on
Commit
7942c5b
·
verified ·
1 Parent(s): 66dcd68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,5 +21,5 @@ def predict():
21
  return np.abs(np.round(prediction,2))
22
 
23
  if(st.button('Check_the_price')):
24
- st.title("The approximate price of this property is: ")
25
- st.title(predict())
 
21
  return np.abs(np.round(prediction,2))
22
 
23
  if(st.button('Check_the_price')):
24
+ st.write("The approximate price of this property is: ")
25
+ st.write(predict())