nguyennghia0902 commited on
Commit
06dfdf9
1 Parent(s): 94d7e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ st.set_page_config(page_title="Information Retrieval", page_icon="🏠")
5
 
6
  show_pages(
7
  [
8
- Page("streamlit_app.py/Homepage.py", "Home", "🏠"),
9
  Page(
10
- "streamlit_app.py/pages/Information_Retrieval.py", "Information Retrieval", "📝"
11
  ),
12
  ]
13
  )
 
5
 
6
  show_pages(
7
  [
8
+ Page("app.py", "Home", "🏠"),
9
  Page(
10
+ "Information_Retrieval.py", "Information Retrieval", "📝"
11
  ),
12
  ]
13
  )