Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
alozowski
commited on
Commit
β’
a2e3b9c
1
Parent(s):
31fb4e6
add documentation sentence
Browse files
app.py
CHANGED
@@ -221,6 +221,9 @@ with main_block:
|
|
221 |
|
222 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
223 |
|
|
|
|
|
|
|
224 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
225 |
with gr.TabItem("π
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
226 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
|
|
221 |
|
222 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
223 |
|
224 |
+
# Adding a markdown element with the documentation link
|
225 |
+
gr.Markdown("Feeling lost? Documentation is [here](https://huggingface.co/docs/leaderboards/open_llm_leaderboard/about) π", elem_classes="markdown-text")
|
226 |
+
|
227 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
228 |
with gr.TabItem("π
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
229 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|