Update src/about.py
Browse files- src/about.py +8 -6
    	
        src/about.py
    CHANGED
    
    | @@ -154,14 +154,16 @@ EVALUATION_QUEUE_TEXT = """ | |
| 154 |  | 
| 155 | 
             
            CITATION_BUTTON_LABEL = "Copy the following snippet to cite the Leaderboard"
         | 
| 156 | 
             
            CITATION_BUTTON_TEXT = r"""
         | 
| 157 | 
            -
            @misc{ | 
| 158 | 
            -
              author | 
| 159 | 
            -
              title | 
| 160 | 
            -
              year | 
| 161 | 
            -
              publisher | 
| 162 | 
            -
              howpublished =  | 
|  | |
| 163 | 
             
            }
         | 
| 164 |  | 
|  | |
| 165 | 
             
            """
         | 
| 166 |  | 
| 167 | 
             
            FOOTER_TEXT = """<div style='display:flex;justify-content:center;align-items:center;'>
         | 
|  | |
| 154 |  | 
| 155 | 
             
            CITATION_BUTTON_LABEL = "Copy the following snippet to cite the Leaderboard"
         | 
| 156 | 
             
            CITATION_BUTTON_TEXT = r"""
         | 
| 157 | 
            +
            @misc{ABBL,
         | 
| 158 | 
            +
              author       = {Karim Ouda},
         | 
| 159 | 
            +
              title        = {{ABBL: An Advanced Benchmark and Leaderboard for Comprehensive Evaluation of Arabic Language Models}},
         | 
| 160 | 
            +
              year         = {2025},
         | 
| 161 | 
            +
              publisher    = {SILMA.AI},
         | 
| 162 | 
            +
              howpublished = {\url{https://silma.ai/papers/abbl-an-advanced-benchmark-and-leaderboard-for-comprehensive-evaluation-of-arabic-language-models}},
         | 
| 163 | 
            +
              note         = {Accessed: 2025-07-19}
         | 
| 164 | 
             
            }
         | 
| 165 |  | 
| 166 | 
            +
             | 
| 167 | 
             
            """
         | 
| 168 |  | 
| 169 | 
             
            FOOTER_TEXT = """<div style='display:flex;justify-content:center;align-items:center;'>
         | 

