mgbam commited on
Commit
7265f3d
Β·
verified Β·
1 Parent(s): 7c66e2d

Update landing.py

Browse files
Files changed (1) hide show
  1. 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()