import streamlit as st custom_css = """ """ # Apply custom CSS st.markdown(custom_css, unsafe_allow_html=True) st.markdown( "
This app provides a detailed tutorial about Machine Learning.Our app, Zero to Hero in ML, is a comprehensive learning companion designed to guide users from foundational concepts to advanced applications of machine learning. Leveraging interactive tutorials, real-world project examples, and intuitive visualizations, the app simplifies complex ML concepts for beginners while offering deep dives for advanced learners. Powered by cutting-edge machine learning itself, the app personalizes the learning experience, adapting to individual progress and providing tailored recommendations to help users master the skills needed to thrive in the rapidly evolving field of AI and data science
" ,unsafe_allow_html=True ) st.markdown( """Sreeja Lachannagari,a passionate data science student dedicated to simplifying complex concepts and empowering others to excel in the field of machine learning
""", unsafe_allow_html=True )