Multichem commited on
Commit
8990830
1 Parent(s): e43db7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ with tab5:
334
  data=convert_df_to_csv(prop_df),
335
  file_name='Nba_prop_source.csv',
336
  mime='text/csv',
337
- key='prop_proj',
338
  )
339
  prop_type_var = st.selectbox('Select prop category', options = ['All Props', 'points', 'rebounds', 'assists', 'threes', 'PRA', 'points+rebounds',
340
  'points+assists', 'rebounds+assists'])
 
334
  data=convert_df_to_csv(prop_df),
335
  file_name='Nba_prop_source.csv',
336
  mime='text/csv',
337
+ key='prop_source',
338
  )
339
  prop_type_var = st.selectbox('Select prop category', options = ['All Props', 'points', 'rebounds', 'assists', 'threes', 'PRA', 'points+rebounds',
340
  'points+assists', 'rebounds+assists'])