davanstrien HF Staff commited on
Commit
1fee4b2
·
1 Parent(s): d106587

Add note about false positives in Semantic Scholar

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -123,6 +123,9 @@ with gr.Blocks() as demo:
123
  gr.HTML(
124
  "<div style='text-align:center;'>You can use this Space to help you find arXiv papers you can still claim.</div>"
125
  )
 
 
 
126
  with gr.Row():
127
  gr.LoginButton(size="sm")
128
  gr.LogoutButton(size="sm")
 
123
  gr.HTML(
124
  "<div style='text-align:center;'>You can use this Space to help you find arXiv papers you can still claim.</div>"
125
  )
126
+ gr.Markdown(
127
+ "**NOTE** This Space uses the [Semantic Scholar API](https://www.semanticscholar.org/product/api) to find papers you have authored. Occasionaly this API returns false positives i.e. papers which you did not author"
128
+ )
129
  with gr.Row():
130
  gr.LoginButton(size="sm")
131
  gr.LogoutButton(size="sm")