still trying to make the leaderboard
Browse files
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 |
|