Update app.py
Browse files
app.py
CHANGED
|
@@ -287,7 +287,7 @@ if page == "User Profile":
|
|
| 287 |
}
|
| 288 |
st.success("✅ New Plan Generated! Switch to the 'Personalized Plan' tab.")
|
| 289 |
|
| 290 |
-
# --- SECTION 2: PERSONALIZED PLAN -
|
| 291 |
elif page == "Personalized Plan":
|
| 292 |
if st.session_state.user_data is None:
|
| 293 |
st.warning("⚠️ No plan found. Please go to 'User Profile' and submit your details first.")
|
|
|
|
| 287 |
}
|
| 288 |
st.success("✅ New Plan Generated! Switch to the 'Personalized Plan' tab.")
|
| 289 |
|
| 290 |
+
# --- SECTION 2: PERSONALIZED PLAN -
|
| 291 |
elif page == "Personalized Plan":
|
| 292 |
if st.session_state.user_data is None:
|
| 293 |
st.warning("⚠️ No plan found. Please go to 'User Profile' and submit your details first.")
|