Update app.py
Browse files
app.py
CHANGED
@@ -6,14 +6,8 @@ st.sidebar.title("SBS V2.0 Mapper")
|
|
6 |
st.sidebar.text("Project by JA-RAD")
|
7 |
|
8 |
# --- PAGE SETUP ---
|
9 |
-
start_page = st.Page(
|
10 |
-
page="pages/chapter_index.py",
|
11 |
-
title="Chapters for selection",
|
12 |
-
icon=":material/home:",
|
13 |
-
default=True,)
|
14 |
-
|
15 |
type_text_page = st.Page(
|
16 |
-
page="pages/
|
17 |
title="DEMO for text entry",
|
18 |
icon=":material/keyboard:",
|
19 |
default=False,)
|
|
|
6 |
st.sidebar.text("Project by JA-RAD")
|
7 |
|
8 |
# --- PAGE SETUP ---
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
type_text_page = st.Page(
|
10 |
+
page="pages/type_text.py",
|
11 |
title="DEMO for text entry",
|
12 |
icon=":material/keyboard:",
|
13 |
default=False,)
|