Spaces:
Runtime error
Runtime error
mindwrapped
commited on
Commit
•
53934f0
1
Parent(s):
0e03d4b
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,8 @@ with demo:
|
|
117 |
<div>
|
118 |
<h1 style='text-align: center'>Movie Recommender</h1>
|
119 |
Collaborative Filtering is used to predict the top 10 recommended movies for a particular user from the dataset based on that user and previous movies they have rated.
|
|
|
|
|
120 |
</div>
|
121 |
""")
|
122 |
|
|
|
117 |
<div>
|
118 |
<h1 style='text-align: center'>Movie Recommender</h1>
|
119 |
Collaborative Filtering is used to predict the top 10 recommended movies for a particular user from the dataset based on that user and previous movies they have rated.
|
120 |
+
|
121 |
+
Note: Currently there is a bug with sliders. If you "click and drag" on the slider it will not use the correct user. Please only "click" on the slider :D.
|
122 |
</div>
|
123 |
""")
|
124 |
|