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...
b4e7f93
RagSearch
/
functions
/
sidebar.py
IshmamF
Update functions/sidebar.py
40b21b3
verified
9 months ago
raw
Copy download link
history
blame
Safe
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"
)