Multichem commited on
Commit
882bd22
·
1 Parent(s): 4b4b6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(