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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,7 +109,7 @@ with tab3:
109
  df_hold_container = st.empty()
110
 
111
  with col1:
112
- prop_type_var_sp = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'])
113
 
114
  if st.button('Simulate Stat'):
115
  with col2:
@@ -177,7 +177,7 @@ with tab4:
177
  df_hold_container = st.empty()
178
 
179
  with col1:
180
- prop_type_var_h = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'])
181
 
182
  if st.button('Simulate Stat'):
183
  with col2:
 
109
  df_hold_container = st.empty()
110
 
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:
 
177
  df_hold_container = st.empty()
178
 
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: