Spaces:
Running
Running
James McCool
commited on
Commit
·
3e9ad43
1
Parent(s):
b647ce4
changed reset1 duplicate variable
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with tab1:
|
|
209 |
with tab2:
|
210 |
col1, col2 = st.columns([1, 7])
|
211 |
with col1:
|
212 |
-
if st.button("Load/Reset Data", key='
|
213 |
st.cache_data.clear()
|
214 |
dk_raw, fd_raw, dk_raw_sec, fd_raw_sec, roo_raw, timestamp = load_overall_stats()
|
215 |
dk_lineups = init_DK_lineups()
|
|
|
209 |
with tab2:
|
210 |
col1, col2 = st.columns([1, 7])
|
211 |
with col1:
|
212 |
+
if st.button("Load/Reset Data", key='reset2'):
|
213 |
st.cache_data.clear()
|
214 |
dk_raw, fd_raw, dk_raw_sec, fd_raw_sec, roo_raw, timestamp = load_overall_stats()
|
215 |
dk_lineups = init_DK_lineups()
|