Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IshmamF
/
RagSearch
like
0
Sleeping
App
Files
Files
Community
2
8753564
RagSearch
/
app.py
IshmamF
Created app.py that holds the blank home page
848fd40
verified
7 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
from
functions.sidebar
import
sidebar
sidebar()
st.title(
'Home'
)