Shib-Sankar-Das commited on
Commit
a76e05e
·
verified ·
1 Parent(s): a220ae8

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=80",
275
- caption="Predict house prices with machine learning", use_container_width=True)
 
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