Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 25 |
-
st.
|
|
|
|
| 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())
|