import streamlit as st import pandas as pd import numpy as np st.markdown( """ """, unsafe_allow_html=True ) st.markdown("

Zero to Hero ML

", unsafe_allow_html=True) st.markdown("

About the App

", unsafe_allow_html=True) st.markdown( "

" "This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. " "The app deeply explains about the data science ,generative ai,ai,ml,dl . " "The app helps in trasnforming a zero level to good standard in the respect coding languages like mentioned above ." "At last dont forget to give the review for the detailed explanation ." "

", unsafe_allow_html=True) st.markdown("

About the Author

", unsafe_allow_html=True) st.markdown( "

" "Hello! I’m D.Vamshi Vardhan Reddy , a learner with a keen interest in data-driven decision-making. I specialize in machine learning, generative AI, and data storytelling. Through this platform, Im here to demystify tech concepts and empower others to embark on their data science journey." "

", unsafe_allow_html=True)