', unsafe_allow_html=True)
st.write("""
AI Mentor is your all-in-one intelligent learning assistant. Whether you're writing Python code,
building ML models, or querying databases, our expert mentors guide you step-by-step β anytime you need.
""")
st.markdown('
', unsafe_allow_html=True)
with st.expander("π About the Creator"):
st.markdown('
', unsafe_allow_html=True)
st.write("""
I'm a developer passionate about making tech education more accessible.
I created AI Mentor to help learners master complex concepts with ease β powered by clarity, not confusion.
""")
st.markdown('
', unsafe_allow_html=True)
# Mentors Tab
with tab2:
st.markdown('
Meet Your Mentors
', unsafe_allow_html=True)
st.markdown('
', unsafe_allow_html=True)
mentor_list = {
"π Python Mentor": "Learn clean code, logic building, and solve real-world problems.",
"π€ Machine Learning Mentor": "Understand core ML concepts, models, and workflows.",
"π§ Deep Learning Mentor": "Master CNNs, RNNs, and transformers for deep neural networks.",
"π Data Analytics Mentor": "Explore, clean, visualize, and explain your data with confidence.",
"π Statistics Mentor": "Build strong intuition for distributions, hypothesis testing & probability.",
"π’οΈ SQL & Power BI Mentor": "Query data smartly and build dashboards that deliver insight."
}
for title, desc in mentor_list.items():
st.markdown(f"**{title}** β {desc}")
st.markdown('
', unsafe_allow_html=True)
# Contact Tab
with tab3:
st.markdown('
Letβs Connect
', unsafe_allow_html=True)
st.markdown('
', unsafe_allow_html=True)
st.write("Feel free to reach out or explore my work!")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown(
''
'',
unsafe_allow_html=True,
)
with col2:
st.markdown(
''
'',
unsafe_allow_html=True,
)
with col3:
st.markdown(
''
'',
unsafe_allow_html=True,
)
st.markdown('