Multichem commited on
Commit
a4ecc9d
·
verified ·
1 Parent(s): 955ea4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -439,7 +439,7 @@ with tab6:
439
  for x in range(0,total_sims):
440
  overall_file[x] = np.random.normal(overall_file['Median'],overall_file['STD'])
441
 
442
- overall_file=overall_file.drop(['Player', 'Prop', 'Floor', 'Median', 'Ceiling', 'STD'], axis=1)
443
 
444
  players_only = hold_file[['Player']]
445
 
 
439
  for x in range(0,total_sims):
440
  overall_file[x] = np.random.normal(overall_file['Median'],overall_file['STD'])
441
 
442
+ overall_file=overall_file.drop(['Player', 'book', 'Prop', 'Floor', 'Median', 'Ceiling', 'STD'], axis=1)
443
 
444
  players_only = hold_file[['Player']]
445