Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,6 +254,7 @@ with tab4:
|
|
254 |
# i.e. clear values from both square and cube
|
255 |
st.cache_data.clear()
|
256 |
hold_display = load_slate_baselines(player_baselines)
|
|
|
257 |
display = hold_display.set_index('Player')
|
258 |
st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
259 |
st.download_button(
|
|
|
254 |
# i.e. clear values from both square and cube
|
255 |
st.cache_data.clear()
|
256 |
hold_display = load_slate_baselines(player_baselines)
|
257 |
+
hold_display['Own'] = hold_display['Own'] /100
|
258 |
display = hold_display.set_index('Player')
|
259 |
st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
260 |
st.download_button(
|