Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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='
|
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:
|