Spaces:
Running
Running
James McCool
commited on
Commit
·
d354695
1
Parent(s):
dc54118
Update markdown formatting in app.py to improve the display of remaining salary per player, enhancing visual clarity with a minor adjustment to the label for better user engagement in the lineup summary.
Browse files
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
|
1034 |
|
1035 |
with col3:
|
1036 |
st.markdown(
|
|
|
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(
|