James McCool commited on
Commit
8348fb9
·
1 Parent(s): 3626a1a

Update subheader in Handbuilder tab of app.py to "Lineup Build" for improved clarity and context in lineup management.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -894,7 +894,7 @@ with tab4:
894
  st.rerun()
895
 
896
  with col1:
897
- st.subheader("Lineup")
898
 
899
  # --- EXPLICIT LINEUP ORDER ---
900
  lineup_slots = ['SP', 'SP', 'C', '1B', '2B', '3B', 'SS', 'OF', 'OF', 'OF']
 
894
  st.rerun()
895
 
896
  with col1:
897
+ st.subheader("Lineup Build")
898
 
899
  # --- EXPLICIT LINEUP ORDER ---
900
  lineup_slots = ['SP', 'SP', 'C', '1B', '2B', '3B', 'SS', 'OF', 'OF', 'OF']