Spaces:
Sleeping
Sleeping
Update pages/player_info.py
Browse files- 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 |
-
|
|
|
|
| 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)
|