Sathwikchowdary commited on
Commit
29b864c
Β·
verified Β·
1 Parent(s): 0a9aa5b

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +19 -9
home.py CHANGED
@@ -25,7 +25,24 @@ for key in ['page', 'jupyter_clicked', 'pdf_clicked', 'excel_clicked']:
25
  # App Header
26
  st.markdown("<h1 style='text-align: center; color: red;'>🏏 Cric Metrics - AI-Powered Cricket Insights 🏏</h1>", unsafe_allow_html=True)
27
 
28
- # About the App
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  st.markdown("<h2 style='color: blue;'>What is Cric Metrics? πŸ“Š</h2>", unsafe_allow_html=True)
30
  st.markdown(
31
  "<p style='font-size: 16px; color: black; font-style: italic;'>"
@@ -54,14 +71,7 @@ st.markdown(
54
  st.markdown("<h2 style='color: green;'>About the Author πŸ‘¨β€πŸ’»</h2>", unsafe_allow_html=True)
55
  st.markdown(
56
  "<p style='font-size: 16px; color: black; font-style: italic;'>"
57
- "<b>Sai Kalyan Satwik</b> is a seasoned cricket enthusiast and tech entrepreneur with over 10 years of experience in the field. "
58
- "Passionate about blending technology with sports, he has developed Cric Metrics to bring the power of AI and data science into cricket analytics."
59
- "</p>",
60
- unsafe_allow_html=True
61
- )
62
- st.markdown(
63
- "<p style='font-size: 16px; color: black; font-style: italic;'>"
64
- "His expertise spans Machine Learning, Software Development, and Cricket Analysis, making Cric Metrics a top-tier analytical platform for cricket lovers worldwide."
65
  "</p>",
66
  unsafe_allow_html=True
67
  )
 
25
  # App Header
26
  st.markdown("<h1 style='text-align: center; color: red;'>🏏 Cric Metrics - AI-Powered Cricket Insights 🏏</h1>", unsafe_allow_html=True)
27
 
28
+ # Cricket Information
29
+ st.markdown("<h2 style='color: darkorange;'>Cricket - The Gentleman’s Game πŸ†</h2>", unsafe_allow_html=True)
30
+ st.markdown(
31
+ "<p style='font-size: 16px; color: black; font-style: italic;'>"
32
+ "Cricket is one of the most popular sports worldwide, loved by millions. It is played in multiple formats, including Test matches, One Day Internationals (ODIs), and T20s. "
33
+ "With legendary players, thrilling rivalries, and unforgettable moments, cricket has become more than just a gameβ€”it's an emotion for fans around the globe."
34
+ "</p>",
35
+ unsafe_allow_html=True
36
+ )
37
+ st.markdown(
38
+ "<p style='font-size: 16px; color: black; font-style: italic;'>"
39
+ "The game revolves around strategy, skill, and teamwork. Factors like pitch conditions, player form, and weather play a crucial role in match outcomes. "
40
+ "With data analytics and AI, cricket insights have evolved, offering deeper understanding and predictions."
41
+ "</p>",
42
+ unsafe_allow_html=True
43
+ )
44
+
45
+ # About Cric Metrics
46
  st.markdown("<h2 style='color: blue;'>What is Cric Metrics? πŸ“Š</h2>", unsafe_allow_html=True)
47
  st.markdown(
48
  "<p style='font-size: 16px; color: black; font-style: italic;'>"
 
71
  st.markdown("<h2 style='color: green;'>About the Author πŸ‘¨β€πŸ’»</h2>", unsafe_allow_html=True)
72
  st.markdown(
73
  "<p style='font-size: 16px; color: black; font-style: italic;'>"
74
+ "<b>Sai Kalyan Satwik</b>"
 
 
 
 
 
 
 
75
  "</p>",
76
  unsafe_allow_html=True
77
  )