mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 00:33:35 +08:00
6 lines
124 B
Python
6 lines
124 B
Python
import streamlit as st
|
|
from webui_pages.utils import *
|
|
|
|
def knowledge_base_page(api: ApiRequest):
|
|
st.write(123)
|
|
pass |