IlyasMoutawwakil HF staff commited on
Commit
1d4a48e
β€’
1 Parent(s): 7406034

Update src/content.py

Browse files
Files changed (1) hide show
  1. src/content.py +1 -1
src/content.py CHANGED
@@ -1,4 +1,4 @@
1
- LOGO = '<img src="https://huggingface.co/spaces/optimum/llm-perf-leaderboard/resolve/main/logo.png">'
2
 
3
  TITLE = """<h1 align="center" id="space-title">πŸ€— LLM-Perf Leaderboard πŸ‹οΈ</h1>"""
4
 
 
1
+ LOGO = '<img src="https://raw.githubusercontent.com/huggingface/optimum-benchmark/main/logo.png">'
2
 
3
  TITLE = """<h1 align="center" id="space-title">πŸ€— LLM-Perf Leaderboard πŸ‹οΈ</h1>"""
4