Skip to content

Commit 76d69de

Browse files
authored
Update 2_Movie_Recommendation.py
Updated movies.csv and similarity.pkl paths
1 parent 86ce84c commit 76d69de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Web_app/pages/2_Movie_Recommendation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def recommend(movies, input_movie):
4545

4646

4747
# Define paths to your files
48-
similarity_path = r'./pages/similarity.pkl'
49-
movies_csv_path = r'./movies.csv'
48+
similarity_path = r'./similarity.pkl'
49+
movies_csv_path = r'../movies.csv'
5050

5151

5252
# Check if the similarity file exists

0 commit comments

Comments
 (0)