prateekiiest commited on
Commit
0c6734b
1 Parent(s): 4c542cb
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -56,9 +56,8 @@ with demo:
56
  gr.Markdown("""
57
  <div>
58
  <h1 style='text-align: center'>Movie Recommender</h1>
59
- 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.
60
 
61
- 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.
62
  </div>
63
  """)
64
 
@@ -94,9 +93,9 @@ with demo:
94
 
95
  gr.Markdown("""
96
  <p style='text-align: center'>
97
- <a href='https://keras.io/examples/structured_data/collaborative_filtering_movielens/' target='_blank' style='text-decoration: underline'></a>
98
  <br>
99
- Space by Scott Krstyen (mindwrapped)
100
  </p>
101
  """)
102
 
56
  gr.Markdown("""
57
  <div>
58
  <h1 style='text-align: center'>Movie Recommender</h1>
59
+ LightGCN++ 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.
60
 
 
61
  </div>
62
  """)
63
 
93
 
94
  gr.Markdown("""
95
  <p style='text-align: center'>
96
+ <a href='https://github.com/Jimut123/FML_Project' target='_blank' style='text-decoration: underline'></a>
97
  <br>
98
+ Space by Prateek Chanda (prateekiiest)
99
  </p>
100
  """)
101