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