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...
main
RagSearch
/
app.py
IshmamF
Created app.py that holds the blank home page
848fd40
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
from
functions.sidebar
import
sidebar
sidebar()
st.title(
'Home'
)