Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -873,7 +873,7 @@ with tab2:
|
|
873 |
Contest_Size = 5000
|
874 |
elif contest_var1 == 'Large':
|
875 |
Contest_Size = 10000
|
876 |
-
linenum_var1 =
|
877 |
strength_var1 = st.selectbox("How sharp is the field in the contest?", ('Not Very', 'Average', 'Very'))
|
878 |
if strength_var1 == 'Not Very':
|
879 |
sharp_split = .33
|
@@ -1334,7 +1334,6 @@ with tab2:
|
|
1334 |
dst_freq = dst_freq[['Player', 'Team', 'Position', 'Salary', 'Proj Own', 'Exposure', 'Edge']]
|
1335 |
|
1336 |
with st.container():
|
1337 |
-
simulate_container = st.empty()
|
1338 |
player_split_var2 = st.radio("Are you wanting to isolate any lineups with specific players?", ('Full Players', 'Specific Players'))
|
1339 |
if player_split_var2 == 'Specific Players':
|
1340 |
find_var2 = st.multiselect('Which players must be included in the lineups?', options = player_freq['Player'].unique())
|
|
|
873 |
Contest_Size = 5000
|
874 |
elif contest_var1 == 'Large':
|
875 |
Contest_Size = 10000
|
876 |
+
linenum_var1 = 1000
|
877 |
strength_var1 = st.selectbox("How sharp is the field in the contest?", ('Not Very', 'Average', 'Very'))
|
878 |
if strength_var1 == 'Not Very':
|
879 |
sharp_split = .33
|
|
|
1334 |
dst_freq = dst_freq[['Player', 'Team', 'Position', 'Salary', 'Proj Own', 'Exposure', 'Edge']]
|
1335 |
|
1336 |
with st.container():
|
|
|
1337 |
player_split_var2 = st.radio("Are you wanting to isolate any lineups with specific players?", ('Full Players', 'Specific Players'))
|
1338 |
if player_split_var2 == 'Specific Players':
|
1339 |
find_var2 = st.multiselect('Which players must be included in the lineups?', options = player_freq['Player'].unique())
|