Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ overall_dem, matchups, matchups_dict, timestamp = init_baselines()
|
|
130 |
t_stamp = f"Updated through: " + str(timestamp) + f" CST"
|
131 |
|
132 |
col1, col2 = st.columns([1, 9])
|
133 |
-
st.info(t_stamp)
|
134 |
with col1:
|
|
|
135 |
if st.button("Reset Data", key='reset1'):
|
136 |
st.cache_data.clear()
|
137 |
overall_dem, matchups, matchups_dict, t_stamp = init_baselines()
|
|
|
130 |
t_stamp = f"Updated through: " + str(timestamp) + f" CST"
|
131 |
|
132 |
col1, col2 = st.columns([1, 9])
|
|
|
133 |
with col1:
|
134 |
+
st.info(t_stamp)
|
135 |
if st.button("Reset Data", key='reset1'):
|
136 |
st.cache_data.clear()
|
137 |
overall_dem, matchups, matchups_dict, t_stamp = init_baselines()
|