Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,8 @@ with tab1:
|
|
191 |
split_portfolio['F'].map(player_own_dict),
|
192 |
split_portfolio['UTIL'].map(player_own_dict)])
|
193 |
|
|
|
194 |
gc.collect()
|
195 |
|
196 |
with tab2:
|
197 |
-
st.dataframe(
|
|
|
191 |
split_portfolio['F'].map(player_own_dict),
|
192 |
split_portfolio['UTIL'].map(player_own_dict)])
|
193 |
|
194 |
+
|
195 |
gc.collect()
|
196 |
|
197 |
with tab2:
|
198 |
+
st.dataframe(split_portfolio.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|