cgeorgiaw HF Staff commited on
Commit
1ae66e7
·
1 Parent(s): 9e4fbe3

still trying to make the leaderboard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def evaluate_boundary(filename):
28
 
29
  def make_clickable(name):
30
  link =f'https://huggingface.co/{name}'
31
- return '[name](link)'
32
 
33
  # return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{name}</a>'
34
 
 
28
 
29
  def make_clickable(name):
30
  link =f'https://huggingface.co/{name}'
31
+ return f'[{name}]({link})'
32
 
33
  # return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{name}</a>'
34