wang16888 commited on
Commit
0e84ebb
·
verified ·
1 Parent(s): 83c02c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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