Spaces:
Sleeping
Sleeping
Moiz
commited on
Commit
·
d1a2032
1
Parent(s):
11566b6
changes
Browse files- .DS_Store +0 -0
- MovieDatabase.csv +0 -0
- 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] = "
|
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)
|