RagSearch / functions /sidebar.py
LordFarquaad42's picture
added icons to sidebar
8753564
raw
history blame
185 Bytes
import streamlit as st
def sidebar():
st.sidebar.page_link("pages/home.py", label="Home", icon="🏠")
st.sidebar.page_link("pages/ragChat.py", label="RAG CHAT", icon="πŸ’¬")