Spaces:
Sleeping
Sleeping
Update Home_page.py
Browse files- Home_page.py +21 -30
Home_page.py
CHANGED
|
@@ -12,6 +12,7 @@ st.markdown("""
|
|
| 12 |
padding: 25px;
|
| 13 |
border-radius: 12px;
|
| 14 |
box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
|
|
|
|
| 15 |
}
|
| 16 |
/* Title Styling */
|
| 17 |
.main-title {
|
|
@@ -63,30 +64,31 @@ st.markdown("""
|
|
| 63 |
</style>
|
| 64 |
""", unsafe_allow_html=True)
|
| 65 |
|
| 66 |
-
# Title & Subtitle
|
| 67 |
st.markdown("""
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
|
|
|
| 72 |
|
| 73 |
# Display Image
|
| 74 |
-
st.image("
|
| 75 |
|
| 76 |
# About Me Section
|
| 77 |
st.markdown("""
|
| 78 |
-
<div
|
| 79 |
-
<h2
|
| 80 |
-
<p
|
| 81 |
Hi! I'm <b>Chittala Varshitha</b>, a passionate Data Scientist and ML Enthusiast. With a strong background in Statistics and Data Science,
|
| 82 |
I specialize in Python, SQL, R, and visualization tools.
|
| 83 |
<br><br>
|
| 84 |
This AI & ML space is designed to help beginners and professionals dive into artificial intelligence, understand machine learning fundamentals,
|
| 85 |
and work on real-world AI-driven projects.
|
| 86 |
</p>
|
| 87 |
-
<p
|
| 88 |
-
<p
|
| 89 |
-
<ul class=
|
| 90 |
<li>π <a href='https://www.linkedin.com/in/chittalavarshitha' target='_blank'>LinkedIn</a></li>
|
| 91 |
<li>π <a href='https://medium.com/@yourmediumprofile' target='_blank'>Medium</a></li>
|
| 92 |
</ul>
|
|
@@ -94,21 +96,11 @@ st.markdown("""
|
|
| 94 |
""", unsafe_allow_html=True)
|
| 95 |
|
| 96 |
# What You'll Learn Section
|
| 97 |
-
import streamlit as st
|
| 98 |
-
|
| 99 |
st.markdown("""
|
| 100 |
-
<
|
| 101 |
-
|
| 102 |
-
font-size: 22px !important;
|
| 103 |
-
}
|
| 104 |
-
</style>
|
| 105 |
-
|
| 106 |
-
<div class="medium-font">
|
| 107 |
-
|
| 108 |
-
<div class='ml-section'>
|
| 109 |
-
<h2 class='section-title'>π Master AI, ML & Deep Learning Essentials</h2>
|
| 110 |
<p style="text-align: center; font-size: 32px;">Gain hands-on experience in AI & ML, explore real-world applications, and build impactful projects! π</p>
|
| 111 |
-
<ul class=
|
| 112 |
<li>β‘ <b>ML, AI & Deep Learning Fundamentals:</b> Learn the key concepts behind AI, ML, and their applications.</li>
|
| 113 |
<li>π¬ <b>ML vs Deep Learning:</b> Understand their differences and how they impact modern technology.</li>
|
| 114 |
<li>π <b>Core ML Concepts:</b> Understand Supervised, Unsupervised, and Reinforcement Learning.</li>
|
|
@@ -120,11 +112,10 @@ st.markdown("""
|
|
| 120 |
</div>
|
| 121 |
""", unsafe_allow_html=True)
|
| 122 |
|
| 123 |
-
|
| 124 |
-
# Call to Action
|
| 125 |
st.markdown("""
|
| 126 |
-
<div class=
|
| 127 |
-
<h2 class=
|
| 128 |
<p style="font-size: 35px;">Let's learn, build, and innovate in the world of artificial intelligence together! π€</p>
|
| 129 |
</div>
|
| 130 |
-
""", unsafe_allow_html=True)
|
|
|
|
| 12 |
padding: 25px;
|
| 13 |
border-radius: 12px;
|
| 14 |
box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
|
| 15 |
+
margin-bottom: 25px;
|
| 16 |
}
|
| 17 |
/* Title Styling */
|
| 18 |
.main-title {
|
|
|
|
| 64 |
</style>
|
| 65 |
""", unsafe_allow_html=True)
|
| 66 |
|
| 67 |
+
# Title & Subtitle Section
|
| 68 |
st.markdown("""
|
| 69 |
+
<div class="ml-section">
|
| 70 |
+
<h1 class="main-title">π Unlock the Power of AI & Machine Learning!</h1>
|
| 71 |
+
<h2 class="sub-title">Start from zero and become a hero! ππ</h2>
|
| 72 |
+
</div>
|
| 73 |
+
""", unsafe_allow_html=True)
|
| 74 |
|
| 75 |
# Display Image
|
| 76 |
+
st.image(", caption="Exploring the Power of AI and ML", use_container_width=True)
|
| 77 |
|
| 78 |
# About Me Section
|
| 79 |
st.markdown("""
|
| 80 |
+
<div class="ml-section">
|
| 81 |
+
<h2 class="section-title">π§βπ» About Me</h2>
|
| 82 |
+
<p class="content">
|
| 83 |
Hi! I'm <b>Chittala Varshitha</b>, a passionate Data Scientist and ML Enthusiast. With a strong background in Statistics and Data Science,
|
| 84 |
I specialize in Python, SQL, R, and visualization tools.
|
| 85 |
<br><br>
|
| 86 |
This AI & ML space is designed to help beginners and professionals dive into artificial intelligence, understand machine learning fundamentals,
|
| 87 |
and work on real-world AI-driven projects.
|
| 88 |
</p>
|
| 89 |
+
<p class="content"><b>Skills:</b> Python, R, SQL, NumPy, Pandas, Power BI, Excel</p>
|
| 90 |
+
<p class="content"><b>Connect with me:</b></p>
|
| 91 |
+
<ul class="content">
|
| 92 |
<li>π <a href='https://www.linkedin.com/in/chittalavarshitha' target='_blank'>LinkedIn</a></li>
|
| 93 |
<li>π <a href='https://medium.com/@yourmediumprofile' target='_blank'>Medium</a></li>
|
| 94 |
</ul>
|
|
|
|
| 96 |
""", unsafe_allow_html=True)
|
| 97 |
|
| 98 |
# What You'll Learn Section
|
|
|
|
|
|
|
| 99 |
st.markdown("""
|
| 100 |
+
<div class="ml-section">
|
| 101 |
+
<h2 class="section-title">π Master AI, ML & Deep Learning Essentials</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
<p style="text-align: center; font-size: 32px;">Gain hands-on experience in AI & ML, explore real-world applications, and build impactful projects! π</p>
|
| 103 |
+
<ul class="content">
|
| 104 |
<li>β‘ <b>ML, AI & Deep Learning Fundamentals:</b> Learn the key concepts behind AI, ML, and their applications.</li>
|
| 105 |
<li>π¬ <b>ML vs Deep Learning:</b> Understand their differences and how they impact modern technology.</li>
|
| 106 |
<li>π <b>Core ML Concepts:</b> Understand Supervised, Unsupervised, and Reinforcement Learning.</li>
|
|
|
|
| 112 |
</div>
|
| 113 |
""", unsafe_allow_html=True)
|
| 114 |
|
| 115 |
+
# Call to Action Section
|
|
|
|
| 116 |
st.markdown("""
|
| 117 |
+
<div class="ml-section" style="text-align: center;">
|
| 118 |
+
<h2 class="sub-title">π― Ready to Become an AI & ML Expert?</h2>
|
| 119 |
<p style="font-size: 35px;">Let's learn, build, and innovate in the world of artificial intelligence together! π€</p>
|
| 120 |
</div>
|
| 121 |
+
""", unsafe_allow_html=True)
|