zoya23 commited on
Commit
332a5a3
·
verified ·
1 Parent(s): cfab252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,7 +22,7 @@ st.markdown(
22
  # 🔹 About Cricket
23
  st.markdown(
24
  """
25
- <h3 style='text-align: left; color: blue;'>A Quick Look at Cricket</h3>
26
  <p>
27
  Cricket is more than just a sport — it’s an emotion that connects millions.
28
  Played between two teams of eleven players each, cricket has different formats loved by fans across the world:
@@ -50,7 +50,7 @@ st.markdown(
50
  <li><strong>Compare Performances:</strong> See how players perform across different formats.</li>
51
  <li><strong>Simple and Neat Interface:</strong> No messy graphs — just clean dropdowns and easy-to-read numbers!</li>
52
  </ul>
53
- <p>Stay updated and celebrate your favorite players with one click!</p>
54
  """,
55
  unsafe_allow_html=True
56
  )
@@ -58,7 +58,7 @@ st.markdown(
58
  # 🔹 Navigation Button
59
  st.markdown(
60
  """
61
- <h4 style='text-align: left; color: orange;'>Ready to explore the stars of cricket?</h4>
62
  """,
63
  unsafe_allow_html=True
64
  )
 
22
  # 🔹 About Cricket
23
  st.markdown(
24
  """
25
+ <h3 style='text-align: left; color: red;'>A Quick Look at Cricket</h3>
26
  <p>
27
  Cricket is more than just a sport — it’s an emotion that connects millions.
28
  Played between two teams of eleven players each, cricket has different formats loved by fans across the world:
 
50
  <li><strong>Compare Performances:</strong> See how players perform across different formats.</li>
51
  <li><strong>Simple and Neat Interface:</strong> No messy graphs — just clean dropdowns and easy-to-read numbers!</li>
52
  </ul>
53
+ <p>Stay updated and know about your favorite players with one click!</p>
54
  """,
55
  unsafe_allow_html=True
56
  )
 
58
  # 🔹 Navigation Button
59
  st.markdown(
60
  """
61
+ <h4 style='text-align: left; color: green;'>Ready to explore the stars of cricket?</h4>
62
  """,
63
  unsafe_allow_html=True
64
  )