| import streamlit as st |
|
|
| st.markdown(""" |
| <div style='text-align: center;'> |
| <h1 style='color: rainbow;'>Zero to Hero in ML</h1> |
| </div> |
| """, unsafe_allow_html=True) |
|
|
|
|
| st.header(":red[About the App:-] ") |
| st.write("Dive into the world of Machine Learning with Zero to Hero ML, where beginners become experts! Our platform offers a rich collection of tutorials, hands-on projects, and community support designed to help you master ML concepts step by step.") |
|
|
|
|
| st.header(":red[About the Author:-] ") |
| st.write("Welcome! This platform was created by Jayasree Mandali, who aims to democratize knowledge in Machine Learning. With a deep enthusiasm for Data Science and practical experience with real projects,I developed this app to offer valuable insights and hands-on experience in ML.") |
|
|