import streamlit as st from webui_pages.utils import * def knowledge_base_page(api: ApiRequest): st.write(123) pass