Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 57 |
-
high = base_price + 0.22
|
| 58 |
-
|
| 59 |
# display
|
| 60 |
-
st.text("The price of the flat is
|
|
|
|
| 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} ".
|