Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ df.rename(columns = {'Avg. Area Income':'Income','Avg. Area House Age':'House_ag
|
|
19 |
|
20 |
# Image
|
21 |
image = Image.open('houseprice.jpg')
|
22 |
-
st.image(image,caption = 'House Price Prediction',width =
|
23 |
|
24 |
|
25 |
# HEADINGS
|
|
|
19 |
|
20 |
# Image
|
21 |
image = Image.open('houseprice.jpg')
|
22 |
+
st.image(image,caption = 'House Price Prediction',width =500)
|
23 |
|
24 |
|
25 |
# HEADINGS
|