Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with tab3:
|
|
111 |
with col1:
|
112 |
prop_type_var_sp = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_sp')
|
113 |
|
114 |
-
if st.button('Simulate Stat'):
|
115 |
with col2:
|
116 |
|
117 |
with df_hold_container.container():
|
@@ -179,7 +179,7 @@ with tab4:
|
|
179 |
with col1:
|
180 |
prop_type_var_h = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_h')
|
181 |
|
182 |
-
if st.button('Simulate Stat'):
|
183 |
with col2:
|
184 |
|
185 |
with df_hold_container.container():
|
|
|
111 |
with col1:
|
112 |
prop_type_var_sp = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_sp')
|
113 |
|
114 |
+
if st.button('Simulate Stat', key='sim_sp'):
|
115 |
with col2:
|
116 |
|
117 |
with df_hold_container.container():
|
|
|
179 |
with col1:
|
180 |
prop_type_var_h = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_h')
|
181 |
|
182 |
+
if st.button('Simulate Stat', key='sim_h'):
|
183 |
with col2:
|
184 |
|
185 |
with df_hold_container.container():
|