Multichem commited on
Commit
0e29400
·
verified ·
1 Parent(s): 8a32f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():