James McCool
commited on
Commit
·
56fb76a
1
Parent(s):
58f8b8d
Update sport selection options in app.py to remove duplicate 'NBA' entry, ensuring clarity and consistency in user choices.
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with st.container():
|
|
103 |
site_var = st.selectbox("Select Site", ['Draftkings', 'Fanduel'])
|
104 |
|
105 |
with col3:
|
106 |
-
sport_var = st.selectbox("Select Sport", ['NFL', 'MLB', 'NBA', 'NHL', '
|
107 |
|
108 |
with col4:
|
109 |
type_var = st.selectbox("Select Game Type", ['Classic', 'Showdown'])
|
|
|
103 |
site_var = st.selectbox("Select Site", ['Draftkings', 'Fanduel'])
|
104 |
|
105 |
with col3:
|
106 |
+
sport_var = st.selectbox("Select Sport", ['NFL', 'MLB', 'NBA', 'NHL', 'NCAAF', 'MMA', 'CS2', 'LOL', 'TENNIS', 'NASCAR', 'GOLF', 'WNBA', 'F1'])
|
107 |
|
108 |
with col4:
|
109 |
type_var = st.selectbox("Select Game Type", ['Classic', 'Showdown'])
|