Multichem commited on
Commit
15b7018
1 Parent(s): b41b565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with tab2:
121
 
122
  with tab3:
123
  st.info(t_stamp)
124
- if st.button("Reset Data", key='reset4'):
125
  st.cache_data.clear()
126
  game_model, player_stats, prop_frame, timestamp = init_baselines()
127
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
 
121
 
122
  with tab3:
123
  st.info(t_stamp)
124
+ if st.button("Reset Data", key='reset3'):
125
  st.cache_data.clear()
126
  game_model, player_stats, prop_frame, timestamp = init_baselines()
127
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"