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