Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,14 +65,12 @@ with tab1:
|
|
| 65 |
st.info("Update Dwain's LIVE SITE FantasyLife Season Long Projections")
|
| 66 |
if st.button("Dwain Projection Update (Live Seasonal)", key='reset1'):
|
| 67 |
response = requests.post(dwain_url, headers=headers)
|
| 68 |
-
clear = requests.get("https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2024_NFL_Proj_Season")
|
| 69 |
if response.status_code == 200:
|
| 70 |
st.write("Uploading!")
|
| 71 |
with col2:
|
| 72 |
st.info("Update Freedman's LIVE SITE FantasyLife Season Long Projections")
|
| 73 |
if st.button("Freedman Projection Update (Live Seasonal)", key='reset2'):
|
| 74 |
response = requests.post(freedman_url, headers=headers)
|
| 75 |
-
clear = requests.get("https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2024_NFL_Freedman")
|
| 76 |
if response.status_code == 200:
|
| 77 |
st.write("Uploading!")
|
| 78 |
with col3:
|
|
@@ -90,14 +88,12 @@ with tab2:
|
|
| 90 |
st.info("Update Dwain's DEV SITE FantasyLife Season Long Projections")
|
| 91 |
if st.button("Dwain Projection Update (Dev Seasonal)", key='reset4'):
|
| 92 |
response = requests.post(dev_dwain_url, headers=headers)
|
| 93 |
-
clear = requests.get("https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2024_NFL_Proj_Season")
|
| 94 |
if response.status_code == 200:
|
| 95 |
st.write("Uploading!")
|
| 96 |
with col2:
|
| 97 |
st.info("Update Freedman's DEV SITE FantasyLife Season Long Projections")
|
| 98 |
if st.button("Freedman Projection Update (Dev Seasonal)", key='reset5'):
|
| 99 |
response = requests.post(dev_freedman_url, headers=headers)
|
| 100 |
-
clear = requests.get("https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2024_NFL_Freedman")
|
| 101 |
if response.status_code == 200:
|
| 102 |
st.write("Uploading!")
|
| 103 |
with col3:
|
|
@@ -115,21 +111,18 @@ with tab3:
|
|
| 115 |
st.info("Update Dwain's FantasyLife Weekly Projections")
|
| 116 |
if st.button("Dwain Projection Update (Weekly)", key='reset7'):
|
| 117 |
response = requests.post(weekly_dwain_url, headers=headers)
|
| 118 |
-
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=FL_Proj_Export")
|
| 119 |
if response.status_code == 200:
|
| 120 |
st.write("Uploading!")
|
| 121 |
with col2:
|
| 122 |
st.info("Update Freedman's FantasyLife Weekly Projections")
|
| 123 |
if st.button("Freedman Projection Update (Weekly)", key='reset8'):
|
| 124 |
response = requests.post(weekly_freedman_url, headers=headers)
|
| 125 |
-
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=Freedman_Proj_Export")
|
| 126 |
if response.status_code == 200:
|
| 127 |
st.write("Uploading!")
|
| 128 |
with col3:
|
| 129 |
st.info("Update the Aggregate FantasyLife Weekly Projections")
|
| 130 |
if st.button("Aggregate Projection Update (Weekly)", key='reset9'):
|
| 131 |
response = requests.post(weekly_agg_url, headers=headers)
|
| 132 |
-
clear = requests.get("https://sheetdb.io/api/v1/9stfe0vfll9ee?sheet=Agreggate")
|
| 133 |
if response.status_code == 200:
|
| 134 |
st.write("Uploading!")
|
| 135 |
|
|
|
|
| 65 |
st.info("Update Dwain's LIVE SITE FantasyLife Season Long Projections")
|
| 66 |
if st.button("Dwain Projection Update (Live Seasonal)", key='reset1'):
|
| 67 |
response = requests.post(dwain_url, headers=headers)
|
|
|
|
| 68 |
if response.status_code == 200:
|
| 69 |
st.write("Uploading!")
|
| 70 |
with col2:
|
| 71 |
st.info("Update Freedman's LIVE SITE FantasyLife Season Long Projections")
|
| 72 |
if st.button("Freedman Projection Update (Live Seasonal)", key='reset2'):
|
| 73 |
response = requests.post(freedman_url, headers=headers)
|
|
|
|
| 74 |
if response.status_code == 200:
|
| 75 |
st.write("Uploading!")
|
| 76 |
with col3:
|
|
|
|
| 88 |
st.info("Update Dwain's DEV SITE FantasyLife Season Long Projections")
|
| 89 |
if st.button("Dwain Projection Update (Dev Seasonal)", key='reset4'):
|
| 90 |
response = requests.post(dev_dwain_url, headers=headers)
|
|
|
|
| 91 |
if response.status_code == 200:
|
| 92 |
st.write("Uploading!")
|
| 93 |
with col2:
|
| 94 |
st.info("Update Freedman's DEV SITE FantasyLife Season Long Projections")
|
| 95 |
if st.button("Freedman Projection Update (Dev Seasonal)", key='reset5'):
|
| 96 |
response = requests.post(dev_freedman_url, headers=headers)
|
|
|
|
| 97 |
if response.status_code == 200:
|
| 98 |
st.write("Uploading!")
|
| 99 |
with col3:
|
|
|
|
| 111 |
st.info("Update Dwain's FantasyLife Weekly Projections")
|
| 112 |
if st.button("Dwain Projection Update (Weekly)", key='reset7'):
|
| 113 |
response = requests.post(weekly_dwain_url, headers=headers)
|
|
|
|
| 114 |
if response.status_code == 200:
|
| 115 |
st.write("Uploading!")
|
| 116 |
with col2:
|
| 117 |
st.info("Update Freedman's FantasyLife Weekly Projections")
|
| 118 |
if st.button("Freedman Projection Update (Weekly)", key='reset8'):
|
| 119 |
response = requests.post(weekly_freedman_url, headers=headers)
|
|
|
|
| 120 |
if response.status_code == 200:
|
| 121 |
st.write("Uploading!")
|
| 122 |
with col3:
|
| 123 |
st.info("Update the Aggregate FantasyLife Weekly Projections")
|
| 124 |
if st.button("Aggregate Projection Update (Weekly)", key='reset9'):
|
| 125 |
response = requests.post(weekly_agg_url, headers=headers)
|
|
|
|
| 126 |
if response.status_code == 200:
|
| 127 |
st.write("Uploading!")
|
| 128 |
|