Update landing.py
Browse files- landing.py +1 -1
landing.py
CHANGED
@@ -20,6 +20,6 @@ def show_landing():
|
|
20 |
|
21 |
st.markdown("---")
|
22 |
if st.button("π Try the Demo"):
|
23 |
-
# Switch to Launch page
|
24 |
st.session_state.page = "Launch"
|
25 |
st.experimental_rerun()
|
|
|
20 |
|
21 |
st.markdown("---")
|
22 |
if st.button("π Try the Demo"):
|
23 |
+
# Switch to the 'Launch' page and rerun
|
24 |
st.session_state.page = "Launch"
|
25 |
st.experimental_rerun()
|