Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -973,8 +973,8 @@ with tab2:
|
|
973 |
# )
|
974 |
|
975 |
with st.container():
|
976 |
-
tab1 = st.tabs(['Overall Exposures'])
|
977 |
-
with tab1:
|
978 |
if 'player_freq' in st.session_state:
|
979 |
st.dataframe(st.session_state.player_freq.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(freq_format, precision=2), use_container_width = True)
|
980 |
# st.download_button(
|
|
|
973 |
# )
|
974 |
|
975 |
with st.container():
|
976 |
+
# tab1 = st.tabs(['Overall Exposures'])
|
977 |
+
# with tab1:
|
978 |
if 'player_freq' in st.session_state:
|
979 |
st.dataframe(st.session_state.player_freq.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(freq_format, precision=2), use_container_width = True)
|
980 |
# st.download_button(
|