Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ with tab3:
|
|
487 |
with tab4:
|
488 |
col1, col2 = st.columns([1, 9])
|
489 |
with col1:
|
490 |
-
if st.button("Reset Data", key='
|
491 |
st.cache_data.clear()
|
492 |
gamelog_table, rot_table = init_baselines()
|
493 |
basic_cols = ['Player', 'Pos', 'Team', 'Opp', 'Season', 'Date', 'Matchup', 'Min']
|
|
|
487 |
with tab4:
|
488 |
col1, col2 = st.columns([1, 9])
|
489 |
with col1:
|
490 |
+
if st.button("Reset Data", key='reset4'):
|
491 |
st.cache_data.clear()
|
492 |
gamelog_table, rot_table = init_baselines()
|
493 |
basic_cols = ['Player', 'Pos', 'Team', 'Opp', 'Season', 'Date', 'Matchup', 'Min']
|