File size: 273 Bytes
085a012
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr
from content import DATA_ANALYSIS_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "Data Analysis"

def build_page():
    build_category_page(CATEGORY_NAME, DATA_ANALYSIS_DESCRIPTION)