James McCool commited on
Commit ·
70aed03
1
Parent(s): 454f6bd
Adding Tennis to the contest analyzer sports
Browse files
app.py
CHANGED
|
@@ -281,7 +281,7 @@ if selected_tab == 'Data Load':
|
|
| 281 |
sport_options, date_options = st.columns(2)
|
| 282 |
parse_type = 'Manual'
|
| 283 |
with sport_options:
|
| 284 |
-
sport_init = st.selectbox("Select Sport", ['NFL', 'MLB', 'MMA', 'GOLF', 'NBA', 'NHL', 'CFB', '
|
| 285 |
type_init = st.selectbox("Select Game Type", ['Classic', 'Showdown'], key='type_init')
|
| 286 |
try:
|
| 287 |
contest_names, curr_info = grab_contest_names(db, sport_init, type_init)
|
|
|
|
| 281 |
sport_options, date_options = st.columns(2)
|
| 282 |
parse_type = 'Manual'
|
| 283 |
with sport_options:
|
| 284 |
+
sport_init = st.selectbox("Select Sport", ['NFL', 'MLB', 'MMA', 'GOLF', 'NBA', 'NHL', 'CFB', 'TEN', 'NAS'], key='sport_init')
|
| 285 |
type_init = st.selectbox("Select Game Type", ['Classic', 'Showdown'], key='type_init')
|
| 286 |
try:
|
| 287 |
contest_names, curr_info = grab_contest_names(db, sport_init, type_init)
|