Moiz commited on
Commit
d1a2032
·
1 Parent(s): 11566b6
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. MovieDatabase.csv +0 -0
  3. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
MovieDatabase.csv CHANGED
The diff for this file is too large to render. See raw diff
 
app.py CHANGED
@@ -107,7 +107,7 @@ def not_watched():
107
  # Mark the movie as "N/W" for the current profile
108
  movie_index = current_index[0]
109
  profile = current_profile[0]
110
- data_df.at[movie_index, profile] = "N/W"
111
 
112
  # Save the changes to the dataset
113
  updated_data = Dataset.from_pandas(data_df)
 
107
  # Mark the movie as "N/W" for the current profile
108
  movie_index = current_index[0]
109
  profile = current_profile[0]
110
+ data_df.at[movie_index, profile] = "99"
111
 
112
  # Save the changes to the dataset
113
  updated_data = Dataset.from_pandas(data_df)