Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
247fadf
1
Parent(s):
ae47daa
Remove Paydirt/User data selection radio button
Browse files
app.py
CHANGED
@@ -86,7 +86,6 @@ with st.expander("Info and Filters"):
|
|
86 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
87 |
for key in st.session_state.keys():
|
88 |
del st.session_state[key]
|
89 |
-
data_var1 = st.radio("Which data are you loading?", ('Paydirt', 'User'), key='data_var1')
|
90 |
site_var1 = st.radio("What site are you working with?", ('Draftkings', 'Fanduel'), key='site_var1')
|
91 |
slate_var1 = st.radio("What slate are you working with?", ('Main Slate', 'Secondary Slate'), key='slate_var1')
|
92 |
if site_var1 == 'Draftkings':
|
|
|
86 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
87 |
for key in st.session_state.keys():
|
88 |
del st.session_state[key]
|
|
|
89 |
site_var1 = st.radio("What site are you working with?", ('Draftkings', 'Fanduel'), key='site_var1')
|
90 |
slate_var1 = st.radio("What slate are you working with?", ('Main Slate', 'Secondary Slate'), key='slate_var1')
|
91 |
if site_var1 == 'Draftkings':
|