James McCool commited on
Commit
8a1a164
·
1 Parent(s): c1b6b3a

Update markdown labels in app.py for salary, median, and ownership percentage display to improve clarity and user understanding in the lineup summary.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1034,7 +1034,7 @@ with tab4:
1034
 
1035
  with col3:
1036
  st.markdown(
1037
- f":violet-badge[:material/payments: {round(total_salary, 0)}] :green-badge[:material/mode_heat: {round(total_median, 2)}] :blue-badge[:material/percent: {round(total_own, 2)}]"
1038
  )
1039
 
1040
  # Optionally, add a button to clear the lineup
 
1034
 
1035
  with col3:
1036
  st.markdown(
1037
+ ":violet-badge[:material/payments: Salary] :green-badge[:material/mode_heat: Median] :blue-badge[:material/percent: Own%]"
1038
  )
1039
 
1040
  # Optionally, add a button to clear the lineup