Sathwikchowdary commited on
Commit
35e86ab
·
verified ·
1 Parent(s): f7a0a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,4 +2,6 @@ import streamlit as st
2
  import pandas as pd
3
  import numpy as np
4
  st.title("Zero to Hero ML")
5
- st.subheader("About the app")
 
 
 
2
  import pandas as pd
3
  import numpy as np
4
  st.title("Zero to Hero ML")
5
+ st.subheader("About the app")
6
+ st.markdown("This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. It details their path to mastering various aspects of the field, including Machine Learning, Deep Learning, and Generative AI. The app highlights their challenges, setbacks, and perseverance in transitioning from a beginner to an expert in data science, offering a motivational "zero to hero" story")
7
+ st.write("Learning data science comes with numerous challenges, such as gaining proficiency in tools like Python, building a solid understanding of mathematical concepts like statistics, and bridging the gap between theoretical knowledge and practical applications.")