Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
|
|
24 |
gr.Markdown("""
|
25 |
# SafeArena Leaderboard
|
26 |
|
27 |
-
| [**🤗Dataset**](https://huggingface.co/datasets/McGill-NLP/safearena) | [**📄Paper**](https://arxiv.org/abs/2503.04957) | [**🌐Website**](https://safearena.github.io) | [
|
28 |
| :--: | :--: | :--: | :--: |
|
29 |
""")
|
30 |
|
|
|
24 |
gr.Markdown("""
|
25 |
# SafeArena Leaderboard
|
26 |
|
27 |
+
| [**🤗Dataset**](https://huggingface.co/datasets/McGill-NLP/safearena) | [**📄Paper**](https://arxiv.org/abs/2503.04957) | [**🌐Website**](https://safearena.github.io) | [**💾Code**](https://github.com/McGill-NLP/safearena) |
|
28 |
| :--: | :--: | :--: | :--: |
|
29 |
""")
|
30 |
|