Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IshmamF
/
RagSearch
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
83fd90b
RagSearch
/
functions
/
sidebar.py
LordFarquaad42
added icons to sidebar
8753564
9 months ago
raw
Copy download link
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=
"π¬"
)