cogniveon commited on
Commit
35e5948
1 Parent(s): 5aaa1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,6 +23,6 @@ demo = gr.Interface(
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()
 
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()