Spaces:
Running
Running
File size: 260 Bytes
c56f232 |
1 2 3 4 5 6 7 8 9 |
from content import TEST_GENERATION_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "Test Generation"
def build_page():
build_category_page(CATEGORY_NAME, TEST_GENERATION_DESCRIPTION)
|