devingulliver's picture
Create app.py
0dcfe74 verified
raw
history blame
140 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("# Subquadratic LLM Leaderboard")
gr.Dataframe("data.csv")
demo.launch()