AdamyaG commited on
Commit
534c463
Β·
verified Β·
1 Parent(s): 2fe1e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ st.markdown("""
52
  # st.sidebar.image("https://cdn-icons-png.flaticon.com/512/2944/2944397.png", width=150)
53
  st.sidebar.title("πŸ“š EdTech & Counselling")
54
  menu = st.sidebar.radio("Navigate", [
55
- "Home", "Mock Interview", "AI Counsellor",
56
  "Progress Monitoring", "Recruitment"
57
  ])
58
 
 
52
  # st.sidebar.image("https://cdn-icons-png.flaticon.com/512/2944/2944397.png", width=150)
53
  st.sidebar.title("πŸ“š EdTech & Counselling")
54
  menu = st.sidebar.radio("Navigate", [
55
+ "Home", "Mock Interview", "AI Counsellor", "Course Recommender",
56
  "Progress Monitoring", "Recruitment"
57
  ])
58