Multichem commited on
Commit
5579016
·
1 Parent(s): 88aa4bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()