davanstrien HF staff commited on
Commit
02bfdfc
1 Parent(s): 20e59fb

description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -69,7 +69,8 @@ def return_recommendations(url):
69
  title = "Semantic Scholar Paper Recommender"
70
  description = (
71
  "Paste a link to a paper on Hugging Face Papers and get recommendations for similar"
72
- " papers from Semantic Scholar."
 
73
  )
74
  examples = [
75
  "https://huggingface.co/papers/2309.12307",
 
69
  title = "Semantic Scholar Paper Recommender"
70
  description = (
71
  "Paste a link to a paper on Hugging Face Papers and get recommendations for similar"
72
+ " papers from Semantic Scholar.**Note**: Some papers may not have recommendations"
73
+ " yet if they are new or have not been indexed by Semantic Scholar."
74
  )
75
  examples = [
76
  "https://huggingface.co/papers/2309.12307",