georad commited on
Commit
5e75546
·
verified ·
1 Parent(s): 59f4bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.logo(image="images/menu_book_60dp_75FBFD.png")
8
  # --- PAGE SETUP ---
9
  start_page = st.Page(
10
  page="pages/chapter_index.py",
11
- title="Chapter Index",
12
  icon=":material/home:",
13
  default=True,)
14
 
 
8
  # --- PAGE SETUP ---
9
  start_page = st.Page(
10
  page="pages/chapter_index.py",
11
+ title="Saudi Billing System Chapter Index",
12
  icon=":material/home:",
13
  default=True,)
14