karimouda commited on
Commit
12baa49
·
1 Parent(s): f154cf9

text align

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -23,7 +23,7 @@ TITLE = """<img src='https://huggingface.co/spaces/silma-ai/Arabic-LLM-Broad-Lea
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
- <h1 align="center" id="space-title">The First Comprehensive Leaderboard for Arabic LLMs</h1>
27
  Welcome to the official Leaderboard of the unique meta benchmark Arabic Board Benchmark (ABB), ABB combines 464 questions sampled from 63 Arabic benchmarking datasets on the internet, evaluating 22 categories and 174 sub-categories.
28
  """
29
 
 
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
+ <h1 style='width: 100%;text-align: center;' id="space-title">The First Comprehensive Leaderboard for Arabic LLMs</h1>
27
  Welcome to the official Leaderboard of the unique meta benchmark Arabic Board Benchmark (ABB), ABB combines 464 questions sampled from 63 Arabic benchmarking datasets on the internet, evaluating 22 categories and 174 sub-categories.
28
  """
29