Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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!")
|