Pasham123 commited on
Commit
1d25a6b
·
verified ·
1 Parent(s): 92f6c13

Update pages/About_Project.py

Browse files
Files changed (1) hide show
  1. pages/About_Project.py +1 -1
pages/About_Project.py CHANGED
@@ -7,7 +7,7 @@ import seaborn as sns
7
  import os
8
 
9
  # 🎯 Load the trained pipeline (includes preprocessor + model)
10
- model = pickle.load(open("lrr.pkl","rb"))
11
 
12
  # Set Page Config
13
  st.set_page_config(
 
7
  import os
8
 
9
  # 🎯 Load the trained pipeline (includes preprocessor + model)
10
+ model = pickle.load(open("lrr (1).pkl","rb"))
11
 
12
  # Set Page Config
13
  st.set_page_config(