openhands-index / e2e.py
openhands
Initial OpenHands Index leaderboard based on ASTA Bench
085a012
raw
history blame
271 Bytes
import gradio as gr
from content import DISCOVERY_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "End-to-End Discovery"
def build_page():
build_category_page(CATEGORY_NAME, DISCOVERY_DESCRIPTION)