sree4411 commited on
Commit
42729e1
·
verified ·
1 Parent(s): 59f765e

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +3 -7
Home.py CHANGED
@@ -1,15 +1,11 @@
1
  import streamlit as st
2
 
3
- st.markdown("""
4
- <div style='text-align: center;'>
5
- <h1 style='color: rainbow;'>Zero to Hero in ML</h1>
6
- </div>
7
- """, unsafe_allow_html=True)
8
 
9
 
10
- st.header(":red[About the App:-] ")
11
  st.write("Zero to Hero ML is an interactive web application designed to guide users through the journey of learning machine learning from scratch. This app provides a structured learning path and resources to help users master machine learning concepts and techniques step by step and provides a solid foundation for understanding and working with machine learning")
12
 
13
 
14
- st.header(":red[About the Author:-] ")
15
  st.write("Hello! Iam Jayasree Mandali,DataScience and Machine Learning Enthusiastic. Through this web app, I aims to provide a comprehensive and engaging learning experience for aspiring machine learning practitioners.I developed this app to offer valuable insights and hands-on experience in ML.")
 
1
  import streamlit as st
2
 
3
+ st.title(":red[Zero To Hero In ML]")
 
 
 
 
4
 
5
 
6
+ st.header(":blue[About the App:-] ")
7
  st.write("Zero to Hero ML is an interactive web application designed to guide users through the journey of learning machine learning from scratch. This app provides a structured learning path and resources to help users master machine learning concepts and techniques step by step and provides a solid foundation for understanding and working with machine learning")
8
 
9
 
10
+ st.header(":blue[About the Author:-] ")
11
  st.write("Hello! Iam Jayasree Mandali,DataScience and Machine Learning Enthusiastic. Through this web app, I aims to provide a comprehensive and engaging learning experience for aspiring machine learning practitioners.I developed this app to offer valuable insights and hands-on experience in ML.")