Spaces:
Sleeping
Sleeping
Create Home.py
Browse files
Home.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.markdown("<h1 style='text-align: center;'><i><b>Welcome to Cricket Info APP</b></i></h1>", unsafe_allow_html=True)
|
4 |
+
st.markdown("<h3 style='text-align: left;'><i><b>What is Cricket?</b></i></h3>", unsafe_allow_html=True)
|
5 |
+
st.markdown("<p style='text-align: left;'>Cricket is a bat-and-ball sport played between two teams of 11 players on an oval-shaped field. The game involves batting, fielding, and bowling, and can be played competitively or socially.</p>", unsafe_allow_html=True)
|
6 |
+
st.markdown("<h3 style='text-align: left;'><i><b>About application</b></i></h3>", unsafe_allow_html=True)
|
7 |
+
st.markdown("<p style='text-align: left;'>This application gives you all the insights and information about cricket and also the career information of various players of the game.</p>", unsafe_allow_html=True)
|
8 |
+
st.markdown("<h3 style='text-align: left;'><i><b>About the author</b></i></h3>", unsafe_allow_html=True)
|
9 |
+
st.markdown("<p style='text-align: left;'>This interesting application is developed by Mr. Vamshi vardhan reddy. He is a Data Science enthusiast who has a wide range of knowledge in the field of Python, SQL, Power BI, Machine Learning, etc.</p>", unsafe_allow_html=True)
|