Spaces:
Running
Running
Update app.py
Browse files
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.
|
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":
|