Python/agent/application/pages/knowledge_base.py

13 lines
169 B
Python

# -*- coding: utf-8 -*-
"""
知识库页面
"""
import reflex as rx
def knowledge_base() -> rx.Component:
"""
知识库页面
"""
return rx.fragment()