Spaces:
Running
Running
James McCool
commited on
Commit
·
8a64082
1
Parent(s):
0b2b094
maybe fixed the book selections list
Browse files
app.py
CHANGED
@@ -386,7 +386,7 @@ with tab5:
|
|
386 |
if book_select_var == 'ALL':
|
387 |
book_selections = ['BET_365', 'DRAFTKINGS', 'FANDUEL', 'MGM', 'UNIBET', 'WILLIAM_HILL']
|
388 |
else:
|
389 |
-
book_selections = book_select_var
|
390 |
if game_select_var == 'Aggregate':
|
391 |
prop_df = prop_frame[['Player', 'book', 'over_prop', 'over_line', 'under_line', 'prop_type']]
|
392 |
elif game_select_var == 'Pick6':
|
|
|
386 |
if book_select_var == 'ALL':
|
387 |
book_selections = ['BET_365', 'DRAFTKINGS', 'FANDUEL', 'MGM', 'UNIBET', 'WILLIAM_HILL']
|
388 |
else:
|
389 |
+
book_selections = [book_select_var]
|
390 |
if game_select_var == 'Aggregate':
|
391 |
prop_df = prop_frame[['Player', 'book', 'over_prop', 'over_line', 'under_line', 'prop_type']]
|
392 |
elif game_select_var == 'Pick6':
|