cogniveon commited on
Commit
5aaa1d7
1 Parent(s): 28807cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,5 +22,7 @@ demo = gr.Interface(
22
  examples=[
23
  ["We developed a variant of gene set enrichment analysis (GSEA) to determine whether a genetic pathway shows evidence for age regulation [23]."],
24
  ],
 
 
25
  flagging_callback=gr.CSVLogger()
26
  ).launch()
 
22
  examples=[
23
  ["We developed a variant of gene set enrichment analysis (GSEA) to determine whether a genetic pathway shows evidence for age regulation [23]."],
24
  ],
25
+ allow_flagging="manual",
26
+ flagging_options=["Correct", "Incorrect", "Ambiguous"]
27
  flagging_callback=gr.CSVLogger()
28
  ).launch()