Multichem commited on
Commit
d317832
·
1 Parent(s): 876e35b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -209,6 +209,7 @@ with tab2:
209
  slate_table_instance = wr_matchups
210
 
211
  with col2:
 
212
  if stat_type_var2 == 'WR/TE Coverage Matchups':
213
  st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(precision=2), use_container_width = True)
214
  elif stat_type_var2 == 'Nothing idk lol':
 
209
  slate_table_instance = wr_matchups
210
 
211
  with col2:
212
+ st.table(wr_matchups)
213
  if stat_type_var2 == 'WR/TE Coverage Matchups':
214
  st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(precision=2), use_container_width = True)
215
  elif stat_type_var2 == 'Nothing idk lol':