ashhal commited on
Commit
7b273a4
·
verified ·
1 Parent(s): f9ed339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ if st.session_state.page == "welcome":
159
  """, unsafe_allow_html=True)
160
  if st.button("✨ Let's Dive In"):
161
  st.session_state.page = "main"
162
- st.experimental_rerun()
163
 
164
  # ---------------- Page 2: Main App ----------------
165
  if st.session_state.page == "main":
 
159
  """, unsafe_allow_html=True)
160
  if st.button("✨ Let's Dive In"):
161
  st.session_state.page = "main"
162
+ st.rerun()
163
 
164
  # ---------------- Page 2: Main App ----------------
165
  if st.session_state.page == "main":