Update home.py
Browse files
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 |
|