Multichem commited on
Commit
a6fd2c8
·
verified ·
1 Parent(s): d660055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with tab6:
141
 
142
  with col1:
143
  st.info("Update Rest of Season Projections")
144
- if st.button("Reset Cache", key='reset13'):
145
  response = requests.post(ros_james_url, headers=headers)
146
  if response.status_code == 200:
147
  st.write("Uploading!")
 
141
 
142
  with col1:
143
  st.info("Update Rest of Season Projections")
144
+ if st.button("Rest of Season Update", key='reset13'):
145
  response = requests.post(ros_james_url, headers=headers)
146
  if response.status_code == 200:
147
  st.write("Uploading!")