James McCool commited on
Commit
a7afe56
·
1 Parent(s): a8ceba8

Update tab names in app.py for improved clarity. Changed the second tab label from "Not Ready Yet" to "Optimals and Exposures" to better reflect its functionality and enhance user experience.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ rand_player = 0
100
  boost_player = 0
101
  salaryCut = 0
102
 
103
- tab1, tab2 = st.tabs(["Player Overall Projections", "Not Ready Yet"])
104
 
105
  with tab1:
106
  if st.button("Reset Data", key='reset1'):
 
100
  boost_player = 0
101
  salaryCut = 0
102
 
103
+ tab1, tab2 = st.tabs(["Player Overall Projections", "Optimals and Exposures"])
104
 
105
  with tab1:
106
  if st.button("Reset Data", key='reset1'):