Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
@@ -112,9 +112,6 @@ if st.button("📊 Player Information"):
|
|
112 |
# Footer
|
113 |
st.markdown("<div class='footer'>Created with ❤️ by Sai Kalyan Satwik</div>", unsafe_allow_html=True)
|
114 |
|
115 |
-
|
116 |
-
# ---------- PIE CHART FUNCTION ----------
|
117 |
-
|
118 |
def plot_pie_charts(player1_data, player2_data, player1_name, player2_name):
|
119 |
# Extract batting and bowling values with fallback to 0 if not found
|
120 |
sizes1 = [
|
|
|
112 |
# Footer
|
113 |
st.markdown("<div class='footer'>Created with ❤️ by Sai Kalyan Satwik</div>", unsafe_allow_html=True)
|
114 |
|
|
|
|
|
|
|
115 |
def plot_pie_charts(player1_data, player2_data, player1_name, player2_name):
|
116 |
# Extract batting and bowling values with fallback to 0 if not found
|
117 |
sizes1 = [
|