Multichem commited on
Commit
fef14ec
·
verified ·
1 Parent(s): c206262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,10 +127,10 @@ with tab3:
127
  stat_cap = 300
128
  elif prop_type_var_sp == 'Wins':
129
  df['Median'] = df['Wins']
130
- stat_cap = 20
131
  elif prop_type_var_sp == 'Quality_starts':
132
  df['Median'] = df['Quality_starts']
133
- stat_cap = 25
134
 
135
  flex_file = df.copy()
136
  flex_file.rename(columns={"Name": "Player"}, inplace = True)
 
127
  stat_cap = 300
128
  elif prop_type_var_sp == 'Wins':
129
  df['Median'] = df['Wins']
130
+ stat_cap = 25
131
  elif prop_type_var_sp == 'Quality_starts':
132
  df['Median'] = df['Quality_starts']
133
+ stat_cap = 30
134
 
135
  flex_file = df.copy()
136
  flex_file.rename(columns={"Name": "Player"}, inplace = True)