Use flagging_mode instead
Browse files
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 |
-
|
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()
|