Update app.py
Browse files
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 |
|