nguyennghia0902 commited on
Commit
679fc29
1 Parent(s): cd3c8a8

Rename app_Homepage.py to app.py

Browse files
Files changed (1) hide show
  1. app_Homepage.py → app.py +1 -1
app_Homepage.py → app.py RENAMED
@@ -5,7 +5,7 @@ st.set_page_config(page_title="Information Retrieval", page_icon="🏠")
5
 
6
  show_pages(
7
  [
8
- Page("app_Homepage.py", "Home", "🏠"),
9
  Page(
10
  "Information_Retrieval.py", "Information Retrieval", "📝"
11
  ),
 
5
 
6
  show_pages(
7
  [
8
+ Page("app.py", "Home", "🏠"),
9
  Page(
10
  "Information_Retrieval.py", "Information Retrieval", "📝"
11
  ),