Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ home_page = st.Page(
|
|
13 |
icon=":material/home:",
|
14 |
default=True,)
|
15 |
|
16 |
-
|
17 |
-
page="pages/
|
18 |
title="type text",
|
19 |
icon=":material/keyboard:",
|
20 |
default=False,)
|
|
|
13 |
icon=":material/home:",
|
14 |
default=True,)
|
15 |
|
16 |
+
type_text_page = st.Page(
|
17 |
+
page="pages/type_text.py",
|
18 |
title="type text",
|
19 |
icon=":material/keyboard:",
|
20 |
default=False,)
|