Update my_pages/landing.py
Browse files- my_pages/landing.py +1 -1
my_pages/landing.py
CHANGED
|
@@ -14,4 +14,4 @@ def render():
|
|
| 14 |
unsafe_allow_html=True
|
| 15 |
)
|
| 16 |
if st.button("Get Started"):
|
| 17 |
-
go_to("
|
|
|
|
| 14 |
unsafe_allow_html=True
|
| 15 |
)
|
| 16 |
if st.button("Get Started"):
|
| 17 |
+
go_to("home")
|