Spaces:
Paused
Paused
File size: 278 Bytes
ee1b999 9181029 ae05bbd ee1b999 2c742e8 ee1b999 11de2f8 ae05bbd |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
from content import CODE_EXECUTION_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "Code & Execution"
def build_page():
build_category_page(CATEGORY_NAME, CODE_EXECUTION_DESCRIPTION) |