Shrey0405 commited on
Commit
491e55d
·
verified ·
1 Parent(s): 95b42b3

Update app.py

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