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