Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,12 @@ start_page = st.Page(
|
|
17 |
default=True,)
|
18 |
|
19 |
type_text_page = st.Page(
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
page="pages/demo_type_text.py",
|
21 |
title="DEMO for text entry",
|
22 |
icon=":material/keyboard:",
|
|
|
17 |
default=True,)
|
18 |
|
19 |
type_text_page = st.Page(
|
20 |
+
page="pages/type_text.py",
|
21 |
+
title="DEMO for text entry",
|
22 |
+
icon=":material/keyboard:",
|
23 |
+
default=False,)
|
24 |
+
|
25 |
+
demo_type_text_page = st.Page(
|
26 |
page="pages/demo_type_text.py",
|
27 |
title="DEMO for text entry",
|
28 |
icon=":material/keyboard:",
|