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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ if st.button('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} ".
 
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} ")