dustalov commited on
Commit
8a1630a
1 Parent(s): 84fb07a

Use flagging_mode instead

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ Pair2Rank uses the [Evalica](https://pypi.org/p/evalica) library for computing t
234
 
235
  Read more about Pair2Rank at <https://evalovernite.substack.com/p/llmfao-human-ranking>.
236
  """.strip(),
237
- allow_flagging="never",
238
  )
239
 
240
  iface.launch()
 
234
 
235
  Read more about Pair2Rank at <https://evalovernite.substack.com/p/llmfao-human-ranking>.
236
  """.strip(),
237
+ flagging_mode="never",
238
  )
239
 
240
  iface.launch()