Multichem commited on
Commit
0714abe
·
1 Parent(s): 57edccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,7 +487,7 @@ with tab3:
487
  with tab4:
488
  col1, col2 = st.columns([1, 9])
489
  with col1:
490
- if st.button("Reset Data", key='reset3'):
491
  st.cache_data.clear()
492
  gamelog_table, rot_table = init_baselines()
493
  basic_cols = ['Player', 'Pos', 'Team', 'Opp', 'Season', 'Date', 'Matchup', 'Min']
 
487
  with tab4:
488
  col1, col2 = st.columns([1, 9])
489
  with col1:
490
+ if st.button("Reset Data", key='reset4'):
491
  st.cache_data.clear()
492
  gamelog_table, rot_table = init_baselines()
493
  basic_cols = ['Player', 'Pos', 'Team', 'Opp', 'Season', 'Date', 'Matchup', 'Min']