James McCool commited on
Commit
95360a4
·
1 Parent(s): d354695

Update label in app.py from "Rem$ Player" to "Per Player" to enhance clarity in the salary display, improving user understanding in the lineup summary.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1030,7 +1030,7 @@ with tab4:
1030
 
1031
  col1, col2, col3 = st.columns([1, 1, 3])
1032
  with col1:
1033
- st.markdown(f"**💰 Rem$ Player:** `${round((50000 - total_salary) / (10 - len(filled_lineup)), 0)}`   ")
1034
 
1035
  with col3:
1036
  st.markdown(
 
1030
 
1031
  col1, col2, col3 = st.columns([1, 1, 3])
1032
  with col1:
1033
+ st.markdown(f"**💰 Per Player:** `${round((50000 - total_salary) / (10 - len(filled_lineup)), 0)}`   ")
1034
 
1035
  with col3:
1036
  st.markdown(