File size: 247 Bytes
baa7db6
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

from src.about import LLM_BENCHMARKS_TEXT

def show_about_page(index: int):
    with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=index):
        gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")