Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -497,4 +497,4 @@ elif option == "Player Comparison" and player1 and player2:
|
|
| 497 |
if st.button("Show Raw Stats"):
|
| 498 |
st.markdown("<div class='card'>", unsafe_allow_html=True)
|
| 499 |
st.dataframe(pd.concat([bat1, bowl1, bat2, bowl2]), use_container_width=True)
|
| 500 |
-
st.markdown("</div>", unsafe_allow_html=True)
|
|
|
|
| 497 |
if st.button("Show Raw Stats"):
|
| 498 |
st.markdown("<div class='card'>", unsafe_allow_html=True)
|
| 499 |
st.dataframe(pd.concat([bat1, bowl1, bat2, bowl2]), use_container_width=True)
|
| 500 |
+
st.markdown("</div>", unsafe_allow_html=True)
|