James McCool commited on
Commit
b452630
·
1 Parent(s): 6669fad

Update tab names in app.py to include '(Ranks)' for clarity in the Seasonal and Weekly tabs.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ headers = {
51
  'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
52
  }
53
 
54
- tab1, tab2, tab3, tab4, tab5 = st.tabs(['Seasonal', 'Weekly', 'Game Model', 'Rest of Season', 'NCAAF Script'])
55
 
56
  with tab1:
57
  with st.container():
 
51
  'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
52
  }
53
 
54
+ tab1, tab2, tab3, tab4, tab5 = st.tabs(['Seasonal (Ranks)', 'Weekly (Ranks)', 'Game Model', 'Rest of Season', 'NCAAF Script'])
55
 
56
  with tab1:
57
  with st.container():