Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ start_page = st.Page(
|
|
15 |
default=True,)
|
16 |
|
17 |
type_text_page = st.Page(
|
18 |
-
page="pages/
|
19 |
title="DEMO for text entry",
|
20 |
icon=":material/keyboard:",
|
21 |
default=False,)
|
@@ -34,7 +34,7 @@ upload_file_page = st.Page(
|
|
34 |
|
35 |
about_page = st.Page(
|
36 |
page="pages/about.py",
|
37 |
-
title="About
|
38 |
icon=":material/info:",
|
39 |
default=False)
|
40 |
|
|
|
15 |
default=True,)
|
16 |
|
17 |
type_text_page = st.Page(
|
18 |
+
page="pages/type_text_v10.py",
|
19 |
title="DEMO for text entry",
|
20 |
icon=":material/keyboard:",
|
21 |
default=False,)
|
|
|
34 |
|
35 |
about_page = st.Page(
|
36 |
page="pages/about.py",
|
37 |
+
title="About",
|
38 |
icon=":material/info:",
|
39 |
default=False)
|
40 |
|