Multichem commited on
Commit
3f733c0
·
verified ·
1 Parent(s): 5845bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():