Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nyunai
/
edge-llm-leaderboard
like
18
Running
App
Files
Files
Community
1
c5bc8e4
edge-llm-leaderboard
/
src
/
utils.py
Arnav Chavan
initial commit
2fcb72a
22 days ago
raw
Copy download link
history
blame
Safe
201 Bytes
def
model_hyperlink
(
link, model_name
):
return
f'<a target="_blank" href="
{link}
" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">
{model_name}
</a>'