RagSearch / functions /sidebar.py
LordFarquaad42's picture
untracking pycache
d37e3f4
raw
history blame
220 Bytes
import streamlit as st
def sidebar():
st.sidebar.title("Navigation")
st.sidebar.page_link("pages/home.py", label="Home", icon="🏠")
st.sidebar.page_link("pages/ragChat.py", label="RAG CHAT", icon="πŸ’¬")