import streamlit as st def sidebar(): st.sidebar.page_link("app.py", label="Home") st.sidebar.page_link("pages/ragChat.py", label="RAG CHAT")