JaydeepR commited on
Commit
b4b163e
·
1 Parent(s): cdedccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -53,8 +53,6 @@ if st.button('Predict'):
53
 
54
  # predict
55
  base_price = np.expm1(pipeline.predict(one_df))[0]
56
- low = base_price - 0.22
57
- high = base_price + 0.22
58
-
59
  # display
60
- st.text("The price of the flat is between {} Cr and {} Cr".format(round(low,2),round(high,2)))
 
53
 
54
  # predict
55
  base_price = np.expm1(pipeline.predict(one_df))[0]
56
+
 
 
57
  # display
58
+ st.text(f"The price of the flat is {base_price} ".