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...
IshmamF
commited on
May 8, 2024
Commit
848fd40
·
verified
·
1 Parent(s):
323bab2
Created app.py that holds the blank home page
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
from functions.sidebar import sidebar
3
+
4
+
sidebar()
5
+
st.title('Home')