varshitha22 commited on
Commit
58d03e1
Β·
verified Β·
1 Parent(s): 2234583

Update Home_page.py

Browse files
Files changed (1) hide show
  1. 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
- <div style="text-align: center; margin-bottom: 25px;">
69
- <h1 style="color: #880085; font-size: 50px;">πŸš€ Unlock the Power of AI & Machine Learning!</h1>
70
- <h2 style="color: #000080; font-size: 35px;">Start from zero and become a hero! πŸš€πŸ“ˆ</h2>
71
- </div>""", unsafe_allow_html=True)
 
72
 
73
  # Display Image
74
- st.image("https://huggingface.co/spaces/varshitha22/ML/resolve/main/images/im.jpg", caption="Exploring the Power of AI and ML", use_container_width=True)
75
 
76
  # About Me Section
77
  st.markdown("""
78
- <div style="background-color: #F5F5F5; padding: 15px; border-radius: 10px;">
79
- <h2 style="font-size: 22px;">πŸ§‘β€πŸ’» About Me</h2>
80
- <p style="font-size: 22px;">
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 style="font-size: 22px;"><b>Skills:</b> Python, R, SQL, NumPy, Pandas, Power BI, Excel</p>
88
- <p style="font-size: 22px;" class='content'><b>Connect with me:</b></p>
89
- <ul class='content'>
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
- <style>
101
- .medium-font {
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='content'>
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='ml-section' style="text-align: center;">
127
- <h2 class='sub-title'>🎯 Ready to Become an AI & ML Expert?</h2>
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)