Spaces:
Running
Running
James McCool
commited on
Commit
·
4cd9ca0
1
Parent(s):
dfa08e1
reset2
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ with tab1:
|
|
223 |
|
224 |
with tab2:
|
225 |
st.info(t_stamp)
|
226 |
-
if st.button("Reset Data", key='
|
227 |
st.cache_data.clear()
|
228 |
game_model, raw_baselines, player_stats, prop_frame, pick_frame, market_props, timestamp = init_baselines()
|
229 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
|
|
223 |
|
224 |
with tab2:
|
225 |
st.info(t_stamp)
|
226 |
+
if st.button("Reset Data", key='reset2'):
|
227 |
st.cache_data.clear()
|
228 |
game_model, raw_baselines, player_stats, prop_frame, pick_frame, market_props, timestamp = init_baselines()
|
229 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|