Skip to content

Commit

Permalink
Update 2_Movie_Recommendation.py
Browse files Browse the repository at this point in the history
Updated movies.csv and similarity.pkl paths
  • Loading branch information
TilteD24 authored Oct 21, 2024
1 parent 86ce84c commit 76d69de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web_app/pages/2_Movie_Recommendation.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def recommend(movies, input_movie):


# Define paths to your files
similarity_path = r'./pages/similarity.pkl'
movies_csv_path = r'./movies.csv'
similarity_path = r'./similarity.pkl'
movies_csv_path = r'../movies.csv'


# Check if the similarity file exists
Expand Down

0 comments on commit 76d69de

Please sign in to comment.