corvo7 commited on
Commit
97de1bb
·
verified ·
1 Parent(s): 32baee7

Update pages/player_info.py

Browse files
Files changed (1) hide show
  1. pages/player_info.py +2 -2
pages/player_info.py CHANGED
@@ -15,9 +15,9 @@ option = st.selectbox(
15
  "Type the player name",
16
  list(final_groups.groups.keys()))
17
 
18
- st.write(final_groups.get_group(option))
19
 
20
 
21
  d1=final_groups.get_group(option).iloc[0][1:-1]
22
  pw=ex.pie(d1,values=d1.values,names=d1.index,title=option)
23
- pw.show()
 
15
  "Type the player name",
16
  list(final_groups.groups.keys()))
17
 
18
+ #st.write(final_groups.get_group(option))
19
 
20
 
21
  d1=final_groups.get_group(option).iloc[0][1:-1]
22
  pw=ex.pie(d1,values=d1.values,names=d1.index,title=option)
23
+ st.plotly_chart(pw)