Sridhar027 commited on
Commit
71630c2
·
verified ·
1 Parent(s): 2c90fce

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import joblib
3
  import numpy as np
4
 
5
- with open("Housing_a","rb") as f:
6
  model = joblib.load(f)
7
 
8
  st.markdown("""
 
2
  import joblib
3
  import numpy as np
4
 
5
+ with open("src/Housing_a","rb") as f:
6
  model = joblib.load(f)
7
 
8
  st.markdown("""