#' 大模型生成描述性统计界面 quickgen_ai_ui <- function() { tagList( h3("大模型生成描述性统计"), p("正在开发中...") ) } quickgen_ai_ui()