Multichem commited on
Commit
d473159
·
verified ·
1 Parent(s): 5f95eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ with tab2:
246
  elif pos_var1 != 'All':
247
  display = display[display['Position'].str.contains(pos_var1)]
248
  display = display.drop(columns=['type', 'league', 'Timestamp'])
249
- display['Cpt_Own'] = ((display['Own']) * ((100 - (100-display['Own'])))) / 100
250
  st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), height=750, use_container_width = True)
251
  st.download_button(
252
  label="Export Range of Outcomes",
 
246
  elif pos_var1 != 'All':
247
  display = display[display['Position'].str.contains(pos_var1)]
248
  display = display.drop(columns=['type', 'league', 'Timestamp'])
249
+ display['Cpt_Own'] = ((display['Own']) * ((100 - (100-display['Own'])))) / 300
250
  st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), height=750, use_container_width = True)
251
  st.download_button(
252
  label="Export Range of Outcomes",