Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -2
src/streamlit_app.py
CHANGED
|
@@ -271,8 +271,9 @@ def show_home_page(models):
|
|
| 271 |
col1, col2, col3 = st.columns([1, 2, 1])
|
| 272 |
|
| 273 |
with col2:
|
| 274 |
-
st.image("
|
| 275 |
-
caption="Predict house prices with machine learning"
|
|
|
|
| 276 |
|
| 277 |
st.markdown("""
|
| 278 |
### 🎯 What This App Does
|
|
|
|
| 271 |
col1, col2, col3 = st.columns([1, 2, 1])
|
| 272 |
|
| 273 |
with col2:
|
| 274 |
+
st.image("src/house_img.png",
|
| 275 |
+
caption="Predict house prices with machine learning")
|
| 276 |
+
|
| 277 |
|
| 278 |
st.markdown("""
|
| 279 |
### 🎯 What This App Does
|