Spaces:
Running
Running
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
app.py
CHANGED
@@ -1034,7 +1034,7 @@ with tab4:
|
|
1034 |
|
1035 |
with col3:
|
1036 |
st.markdown(
|
1037 |
-
|
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
|