James McCool
commited on
Commit
·
1eeb961
1
Parent(s):
2c44968
Remove redundant background gradient in contest data display within app.py for cleaner styling
Browse files
app.py
CHANGED
@@ -140,7 +140,6 @@ with tab2:
|
|
140 |
st.session_state['Contest'].style
|
141 |
.background_gradient(axis=0)
|
142 |
.background_gradient(cmap='RdYlGn')
|
143 |
-
.background_gradient(cmap='RdYlGn_r', subset=['Finish_percentile', 'Own', 'Dupes'])
|
144 |
.format(precision=2),
|
145 |
height=1000,
|
146 |
use_container_width=True
|
|
|
140 |
st.session_state['Contest'].style
|
141 |
.background_gradient(axis=0)
|
142 |
.background_gradient(cmap='RdYlGn')
|
|
|
143 |
.format(precision=2),
|
144 |
height=1000,
|
145 |
use_container_width=True
|