Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ headers = {
|
|
26 |
'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
|
27 |
}
|
28 |
|
29 |
-
tab1, tab2, tab3, tab4, tab5 = st.tabs(['Season Long (Live Site)', 'Season Long (Dev Site)', 'Weekly', 'Game Model', 'Trade Rater', 'Purge FL API Hub Cache'])
|
30 |
|
31 |
with tab1:
|
32 |
with st.container():
|
|
|
26 |
'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
|
27 |
}
|
28 |
|
29 |
+
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(['Season Long (Live Site)', 'Season Long (Dev Site)', 'Weekly', 'Game Model', 'Trade Rater', 'Purge FL API Hub Cache'])
|
30 |
|
31 |
with tab1:
|
32 |
with st.container():
|