georad commited on
Commit
9835c7c
·
verified ·
1 Parent(s): 04ee320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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/type_text_v10.py",
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,)