Python/agent/application/pages/library.py

13 lines
169 B
Python

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