import gradio as gr with gr.Blocks() as demo: gr.Markdown("# Subquadratic LLM Leaderboard") gr.Dataframe("data.csv") demo.launch()