gamingflexer commited on
Commit
d3d991f
1 Parent(s): 1608f0e

Disable flagging in Arxiv plagiarism checker interface

Browse files
Files changed (1) hide show
  1. src/app.py +1 -0
src/app.py CHANGED
@@ -29,6 +29,7 @@ iface = gr.Interface(
29
  outputs=gr.Dataframe(headers=["Paper Name", "Paper id", "Paper Link", "Report link"]),
30
  title="Arxiv author's plagiarism check just by entering the arxiv author",
31
  description="Arxiv Plagiarism Checker LLM - Enter Authors Name",
 
32
  )
33
 
34
  iface.launch()
 
29
  outputs=gr.Dataframe(headers=["Paper Name", "Paper id", "Paper Link", "Report link"]),
30
  title="Arxiv author's plagiarism check just by entering the arxiv author",
31
  description="Arxiv Plagiarism Checker LLM - Enter Authors Name",
32
+ allow_flagging = False,
33
  )
34
 
35
  iface.launch()