Sathwikchowdary commited on
Commit
e8304d7
·
verified ·
1 Parent(s): 02747bf

Update pages/1player_information.py

Browse files
Files changed (1) hide show
  1. pages/1player_information.py +1 -4
pages/1player_information.py CHANGED
@@ -159,7 +159,4 @@ if selected_player:
159
  ax.bar(labels, balls_bowled, color=["red", "yellow", "blue", "green"])
160
  ax.set_ylabel("Balls Bowled")
161
  ax.set_title(f"Balls Bowled by {selected_player}")
162
- st.pyplot(fig)
163
-
164
-
165
- add a message to the code if the player name was not found and displaye the message
 
159
  ax.bar(labels, balls_bowled, color=["red", "yellow", "blue", "green"])
160
  ax.set_ylabel("Balls Bowled")
161
  ax.set_title(f"Balls Bowled by {selected_player}")
162
+ st.pyplot(fig)