JaydeepR commited on
Commit
a8b912a
·
1 Parent(s): 8b27a83

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 {round(base_price,2)} ")
 
55
  base_price = np.expm1(pipeline.predict(one_df))[0]
56
 
57
  # display
58
+ st.text(f"The price of the flat is {round(base_price,2)} CR.")