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

Rename app.py to app_Homepage.py

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