RagSearch / functions /sidebar.py
IshmamF's picture
Update functions/sidebar.py
40b21b3 verified
raw
history blame
153 Bytes
import streamlit as st
def sidebar():
st.sidebar.page_link("app.py", label="Home")
st.sidebar.page_link("pages/ragChat.py", label="RAG CHAT")