Sreeja6600 commited on
Commit
2aa0595
·
verified ·
1 Parent(s): 420cff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -3,20 +3,25 @@ st.markdown(
3
  "<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
4
  unsafe_allow_html=True
5
  )
 
6
 
 
 
 
7
  st.markdown(
8
  "<h2 style='color:navy'>About the App</h2>",
9
  unsafe_allow_html=True
10
  )
11
 
12
  st.markdown(
13
- "<p style='color:olive, font-family:Arial Black'>This app provides a detailed tutorial about Data science and its internal field <b> Machine Learning</b></p>"
 
14
  , unsafe_allow_html=True
15
  )
16
 
17
  st.markdown(
18
  """<h2 style='color:navy'>About the Author</h2>
19
- <p><b>Name: L. Sai Sreeja</b> </p>""",
20
 
21
  unsafe_allow_html=True
22
  )
 
3
  "<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
4
  unsafe_allow_html=True
5
  )
6
+ st.image(
7
 
8
+ "![image/png](https://cdn-uploads.huggingface.co/production/uploads/66bc681779cf01183139ca98/5pdfpZf17HvEvRRrFIbO-.png)"
9
+
10
+ )
11
  st.markdown(
12
  "<h2 style='color:navy'>About the App</h2>",
13
  unsafe_allow_html=True
14
  )
15
 
16
  st.markdown(
17
+ "<p style='color:olive, font-family:Arial Black'>This app provides a detailed tutorial about <b> Machine Learning</b>.
18
+ Our app, <b>Zero to Hero in ML</b>, 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."</p>"
19
  , unsafe_allow_html=True
20
  )
21
 
22
  st.markdown(
23
  """<h2 style='color:navy'>About the Author</h2>
24
+ <p><b>Sreeja Lachannagari,a passionate data science student dedicated to simplifying complex concepts and empowering others to excel in the field of machine learning</b></p>""",
25
 
26
  unsafe_allow_html=True
27
  )