Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/about.py
Browse files- src/about.py +2 -0
src/about.py
CHANGED
@@ -38,6 +38,8 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
38 |
# TITLE = """<h1 align="center" id="space-title">Open Arabic LLM Leaderboard</h1>"""
|
39 |
TITLE = """<img src="https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard/blob/main/assets/OALL-logo-nobg.png" style="width:30%;display:block;margin-left:auto;margin-right:auto">"""
|
40 |
|
|
|
|
|
41 |
# What does your leaderboard evaluate?
|
42 |
INTRODUCTION_TEXT = """
|
43 |
π The Open Arabic LLM Leaderboard : Objectively evaluates and compare the performance of Arabic Large Language Models (LLMs).
|
|
|
38 |
# TITLE = """<h1 align="center" id="space-title">Open Arabic LLM Leaderboard</h1>"""
|
39 |
TITLE = """<img src="https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard/blob/main/assets/OALL-logo-nobg.png" style="width:30%;display:block;margin-left:auto;margin-right:auto">"""
|
40 |
|
41 |
+
# BOTTOM_LOGO = """<img src="https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard/blob/main/assets/footer_logo.png" style="width:50%;display:block;margin-left:auto;margin-right:auto">"""
|
42 |
+
|
43 |
# What does your leaderboard evaluate?
|
44 |
INTRODUCTION_TEXT = """
|
45 |
π The Open Arabic LLM Leaderboard : Objectively evaluates and compare the performance of Arabic Large Language Models (LLMs).
|