Commit
β’
19a6010
1
Parent(s):
bd64e7a
Make beta-version warning less formal
Browse files
app.py
CHANGED
@@ -17,9 +17,12 @@ load_results_dataframes = partial(load_results_dataframes, result_paths_per_mode
|
|
17 |
with gr.Blocks(fill_height=True, fill_width=True) as demo:
|
18 |
gr.HTML("<h1 style='text-align: center;'>Compare Results of the π€ Open LLM Leaderboard</h1>")
|
19 |
gr.HTML("<h3 style='text-align: center;'>Select 2 models to load and compare their results</h3>")
|
20 |
-
gr.HTML(
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
23 |
)
|
24 |
with gr.Row():
|
25 |
with gr.Column():
|
|
|
17 |
with gr.Blocks(fill_height=True, fill_width=True) as demo:
|
18 |
gr.HTML("<h1 style='text-align: center;'>Compare Results of the π€ Open LLM Leaderboard</h1>")
|
19 |
gr.HTML("<h3 style='text-align: center;'>Select 2 models to load and compare their results</h3>")
|
20 |
+
gr.HTML(
|
21 |
+
"<p style='text-align: center; color:orange;'>β This demo is a beta version, and we're actively working on it, so you might find some tiny bugs! Please report any issues you have in the Community tab to help us make it better for all.</p>"
|
22 |
+
)
|
23 |
+
gr.Markdown(
|
24 |
+
"Compare Results of the π€ [Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard). "
|
25 |
+
"Check out the [documentation](https://huggingface.co/docs/leaderboards/open_llm_leaderboard/about) π to find explanations on the evaluations used, their configuration parameters and details on the input/outputs for the models."
|
26 |
)
|
27 |
with gr.Row():
|
28 |
with gr.Column():
|