xhluca commited on
Commit
ea3d0ab
·
verified ·
1 Parent(s): e6ed36e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) | [**🏆Leaderboard**](https://huggingface.co/spaces/McGill-NLP/safearena-leaderboard) |
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