asta-bench-leaderboard / literature_understanding.py
Amber Tanaka
Nav bar updates (#18)
11de2f8 unverified
raw
history blame contribute delete
245 Bytes
from content import LIT_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "Literature Understanding"
def build_page():
build_category_page(CATEGORY_NAME, LIT_DESCRIPTION)