Multichem commited on
Commit
b25f109
·
verified ·
1 Parent(s): ab079c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,9 +160,9 @@ with tab1:
160
  if stat_type_var2 == 'Macro Table':
161
  st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(game_format, precision=2), height=1000, use_container_width = True)
162
  elif stat_type_var2 == 'WR/TE Coverage Matchups':
163
- st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(wr_matchups_form, precision=2), use_container_width = True)
164
  elif stat_type_var2 == 'Ownership Trends':
165
- st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(trending_form, precision=2), use_container_width = True)
166
  elif stat_type_var2 == 'Nothing idk lol':
167
  st.write('lol same bro but yo the vibes immaculate')
168
  if stat_type_var2 == 'WR/TE Coverage Matchups':
 
160
  if stat_type_var2 == 'Macro Table':
161
  st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(game_format, precision=2), height=1000, use_container_width = True)
162
  elif stat_type_var2 == 'WR/TE Coverage Matchups':
163
+ st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(wr_matchups_form, precision=2), height=1000, use_container_width = True)
164
  elif stat_type_var2 == 'Ownership Trends':
165
+ st.dataframe(slate_table_instance.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn').format(trending_form, precision=2), height=1000, use_container_width = True)
166
  elif stat_type_var2 == 'Nothing idk lol':
167
  st.write('lol same bro but yo the vibes immaculate')
168
  if stat_type_var2 == 'WR/TE Coverage Matchups':