Multichem commited on
Commit
a631610
·
verified ·
1 Parent(s): 9eb164a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -338,7 +338,8 @@ with tab5:
338
  mime='text/csv',
339
  key='prop_source',
340
  )
341
- prop_type_var = st.selectbox('Select prop category', options = ['Strikeouts (Pitchers)', 'Total Outs (Pitchers)'])
 
342
 
343
  if st.button('Simulate Prop Category'):
344
  with col2:
 
338
  mime='text/csv',
339
  key='prop_source',
340
  )
341
+ prop_type_var = st.selectbox('Select prop category', options = ['Strikeouts (Pitchers)', 'Total Outs (Pitchers)', 'Earned Runs (Pitchers)', 'Hits Against (Pitchers)',
342
+ 'Walks Allowed (Pitchers)', 'Total Bases (Hitters)', 'Stolen Bases (Hitters)'])
343
 
344
  if st.button('Simulate Prop Category'):
345
  with col2: