wang16888 commited on
Commit
82089a3
·
verified ·
1 Parent(s): 1de1f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,11 +1,7 @@
1
  import streamlit as st
2
 
3
- pg = st.navigation([
4
- st.Page("pages/simple_page.py"),
5
- st.Page("pages/formatted_page.py"),
6
- st.Page("pages/history_page.py"),
7
  st.Page("pages/rag_page.py"),
8
- st.Page("pages/filtered_rag_page.py"),
9
  ])
10
  pg.run()
11
 
 
1
  import streamlit as st
2
 
3
+ pg = st.navigation([
 
 
 
4
  st.Page("pages/rag_page.py"),
 
5
  ])
6
  pg.run()
7