Multichem commited on
Commit
c168ca4
·
1 Parent(s): 7d0a170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def convert_df_to_csv(df):
58
  player_stats = init_baselines()
59
 
60
  st.info(t_stamp)
61
- if st.button("Reset Data", key='reset2'):
62
  st.cache_data.clear()
63
  player_stats = init_baselines()
64
  split_var1 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='split_var1')
 
58
  player_stats = init_baselines()
59
 
60
  st.info(t_stamp)
61
+ if st.button("Reset Data", key='reset1'):
62
  st.cache_data.clear()
63
  player_stats = init_baselines()
64
  split_var1 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='split_var1')