ronakreddy18 commited on
Commit
c7c5643
·
verified ·
1 Parent(s): 23a568e

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +5 -1
home.py CHANGED
@@ -12,5 +12,9 @@ st.markdown(
12
  "</p>",
13
  unsafe_allow_html=True)
14
 
15
-
 
 
 
 
16
 
 
12
  "</p>",
13
  unsafe_allow_html=True)
14
 
15
+ st.markdown(
16
+ "<p style='font-size: 16px; color: Blue; font-style: bold;'>"
17
+ "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."
18
+ "</p>",
19
+ unsafe_allow_html=True)
20