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