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