Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wang16888
/
Frontend1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wang16888
commited on
Oct 28, 2024
Commit
0e84ebb
·
verified
·
1 Parent(s):
83c02c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
import streamlit as st
2
3
pg = st.navigation([
4
-
st.Page("/rag_page.py"),
5
])
6
pg.run()
7
1
import streamlit as st
2
3
pg = st.navigation([
4
+
st.Page("
pages
/rag_page.py"),
5
])
6
pg.run()
7