Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,20 +86,21 @@ with tab3:
|
|
| 86 |
st.info("Update Dwain's FantasyLife Weekly Projections")
|
| 87 |
if st.button("Dwain Projection Update (Weekly)", key='reset7'):
|
| 88 |
response = requests.post(weekly_dwain_url, headers=headers)
|
| 89 |
-
clear = requests.get("https://sheetdb.io/api/v1/
|
| 90 |
if response.status_code == 200:
|
| 91 |
st.write("Uploading!")
|
| 92 |
with col2:
|
| 93 |
st.info("Update Freedman's FantasyLife Weekly Projections")
|
| 94 |
if st.button("Freedman Projection Update (Weekly)", key='reset8'):
|
| 95 |
response = requests.post(weekly_freedman_url, headers=headers)
|
| 96 |
-
clear = requests.get("https://sheetdb.io/api/v1/
|
| 97 |
if response.status_code == 200:
|
| 98 |
st.write("Uploading!")
|
| 99 |
with col3:
|
| 100 |
st.info("Update the Aggregate FantasyLife Weekly Projections")
|
| 101 |
if st.button("Aggregate Projection Update (Weekly)", key='reset9'):
|
| 102 |
response = requests.post(weekly_agg_url, headers=headers)
|
|
|
|
| 103 |
if response.status_code == 200:
|
| 104 |
st.write("Uploading!")
|
| 105 |
|
|
|
|
| 86 |
st.info("Update Dwain's FantasyLife Weekly Projections")
|
| 87 |
if st.button("Dwain Projection Update (Weekly)", key='reset7'):
|
| 88 |
response = requests.post(weekly_dwain_url, headers=headers)
|
| 89 |
+
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=FL_Proj_Export")
|
| 90 |
if response.status_code == 200:
|
| 91 |
st.write("Uploading!")
|
| 92 |
with col2:
|
| 93 |
st.info("Update Freedman's FantasyLife Weekly Projections")
|
| 94 |
if st.button("Freedman Projection Update (Weekly)", key='reset8'):
|
| 95 |
response = requests.post(weekly_freedman_url, headers=headers)
|
| 96 |
+
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=Freedman_Proj_Export")
|
| 97 |
if response.status_code == 200:
|
| 98 |
st.write("Uploading!")
|
| 99 |
with col3:
|
| 100 |
st.info("Update the Aggregate FantasyLife Weekly Projections")
|
| 101 |
if st.button("Aggregate Projection Update (Weekly)", key='reset9'):
|
| 102 |
response = requests.post(weekly_agg_url, headers=headers)
|
| 103 |
+
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=Agreggate")
|
| 104 |
if response.status_code == 200:
|
| 105 |
st.write("Uploading!")
|
| 106 |
|