Multichem commited on
Commit
272a56a
·
verified ·
1 Parent(s): 6ec8977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ site_slates = set_slate_teams()
181
  col1, col2, col3, col4, col5 = st.columns([2, 2, 2, 2, 2])
182
 
183
  #st.info(t_stamp)
184
- if st.button("Load/Reset Data", key='reset3'):
185
  t_stamp = load_time()
186
  st.cache_data.clear()
187
  with col1:
 
181
  col1, col2, col3, col4, col5 = st.columns([2, 2, 2, 2, 2])
182
 
183
  #st.info(t_stamp)
184
+ if st.button("Load/Reset Data", key='reset30'):
185
  t_stamp = load_time()
186
  st.cache_data.clear()
187
  with col1: