AdamyaG commited on
Commit
0e8e660
·
verified ·
1 Parent(s): 6838f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ menu = st.sidebar.radio("Navigate", [
58
 
59
  # --- HOME PAGE ---
60
  if menu == "Home":
61
- st.markdown("<h1 class='main-title'>Welcome to EdTech & Career Counselling</h1>", unsafe_allow_html=True)
62
  st.markdown("<p class='sub-title'>Empowering your learning and career journey with AI-powered guidance.</p>", unsafe_allow_html=True)
63
 
64
  # Login Section
 
58
 
59
  # --- HOME PAGE ---
60
  if menu == "Home":
61
+ st.markdown("<h1 class='main-title'>Welcome to Multi Agent Career Guide</h1>", unsafe_allow_html=True)
62
  st.markdown("<p class='sub-title'>Empowering your learning and career journey with AI-powered guidance.</p>", unsafe_allow_html=True)
63
 
64
  # Login Section