EdZ543 commited on
Commit
d17c670
1 Parent(s): 7f1f895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ with gr.Blocks(css=css) as space:
39
  """
40
  # Anime Collaborative Filtering System
41
  This is a Pytorch recommendation model that uses neural collaborative filtering.
42
- Enter an anime, and it will suggest similar shows!
 
43
  """
44
  )
45
 
 
39
  """
40
  # Anime Collaborative Filtering System
41
  This is a Pytorch recommendation model that uses neural collaborative filtering.
42
+ Enter an anime, and it will suggest similar shows! \
43
+ Source code: [https://github.com/EdZ543/anime-collaborative-filtering-system](https://github.com/EdZ543/anime-collaborative-filtering-system)
44
  """
45
  )
46