add intro text
Browse files
app.py
CHANGED
@@ -183,10 +183,9 @@ with demo:
|
|
183 |
""")
|
184 |
|
185 |
|
186 |
-
# gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
187 |
-
|
188 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
189 |
with gr.TabItem("π
Hallucination Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
|
|
|
190 |
# ---------- Chart ----------
|
191 |
with gr.Row():
|
192 |
with gr.Column():
|
@@ -261,10 +260,10 @@ with demo:
|
|
261 |
gr.Code(code_example_chat, language="shell")
|
262 |
|
263 |
with gr.TabItem("π Details", elem_id="llm-benchmark-tab-table", id=2):
|
264 |
-
gr.Markdown((Path(__file__).parent / "docs.md").read_text())
|
265 |
|
266 |
with gr.TabItem("π Submit Here! ", elem_id="llm-benchmark-tab-table", id=3):
|
267 |
-
gr.Markdown((Path(__file__).parent / "submit.md").read_text())
|
268 |
|
269 |
# with gr.Column():
|
270 |
# with gr.Row():
|
|
|
183 |
""")
|
184 |
|
185 |
|
|
|
|
|
186 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
187 |
with gr.TabItem("π
Hallucination Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
|
188 |
+
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
189 |
# ---------- Chart ----------
|
190 |
with gr.Row():
|
191 |
with gr.Column():
|
|
|
260 |
gr.Code(code_example_chat, language="shell")
|
261 |
|
262 |
with gr.TabItem("π Details", elem_id="llm-benchmark-tab-table", id=2):
|
263 |
+
gr.Markdown((Path(__file__).parent / "docs.md").read_text(), elem_classes="markdown-text")
|
264 |
|
265 |
with gr.TabItem("π Submit Here! ", elem_id="llm-benchmark-tab-table", id=3):
|
266 |
+
gr.Markdown((Path(__file__).parent / "submit.md").read_text(), elem_classes="markdown-text")
|
267 |
|
268 |
# with gr.Column():
|
269 |
# with gr.Row():
|