Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,6 @@ with tab1:
|
|
152 |
opp_var1 = opp_dict[stack_var1]
|
153 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|
154 |
ministack_var1 = st.selectbox('How many forced bring backs?', options = [0, 1, 2], key='ministack_var1')
|
155 |
-
elif
|
156 |
|
157 |
elif contest_var1 == 'Large Field GPP':
|
158 |
st.info('The Pivot optimal uses backend functions to create a stack and lock in certain pieces, if you want control over QB pairing use the Manual model instead.')
|
@@ -162,10 +161,7 @@ with tab1:
|
|
162 |
opp_var1 = opp_dict[stack_var1]
|
163 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|
164 |
ministack_var1 = st.selectbox('How many forced bring backs?', options = [0, 1, 2], key='ministack_var1')
|
165 |
-
|
166 |
-
opp_var1 = opp_dict[stack_var1]
|
167 |
-
qbstack_var1 = 2
|
168 |
-
ministack_var1 = 1
|
169 |
elif contest_var1 == 'Round Robin':
|
170 |
st.info('A Round Robin optimization will run a single optimal for all the teams on the slate based on your stacking inputs')
|
171 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|
|
|
152 |
opp_var1 = opp_dict[stack_var1]
|
153 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|
154 |
ministack_var1 = st.selectbox('How many forced bring backs?', options = [0, 1, 2], key='ministack_var1')
|
|
|
155 |
|
156 |
elif contest_var1 == 'Large Field GPP':
|
157 |
st.info('The Pivot optimal uses backend functions to create a stack and lock in certain pieces, if you want control over QB pairing use the Manual model instead.')
|
|
|
161 |
opp_var1 = opp_dict[stack_var1]
|
162 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|
163 |
ministack_var1 = st.selectbox('How many forced bring backs?', options = [0, 1, 2], key='ministack_var1')
|
164 |
+
|
|
|
|
|
|
|
165 |
elif contest_var1 == 'Round Robin':
|
166 |
st.info('A Round Robin optimization will run a single optimal for all the teams on the slate based on your stacking inputs')
|
167 |
qbstack_var1 = st.selectbox('How many forced WR/TE stacked with QB?', options = [1, 2], key='qbstack_var1')
|