leaderboard v1
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ with demo:
|
|
180 |
# gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
181 |
|
182 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
183 |
-
with gr.TabItem("🏅 Hallucination
|
184 |
# ---------- Chart ----------
|
185 |
with gr.Row():
|
186 |
gr.Plot(
|
|
|
180 |
# gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
181 |
|
182 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
183 |
+
with gr.TabItem("🏅 Hallucination Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
|
184 |
# ---------- Chart ----------
|
185 |
with gr.Row():
|
186 |
gr.Plot(
|