Spaces:
Running
Running
James McCool
commited on
Commit
·
fea24a1
1
Parent(s):
011a604
Update subscription notice text in scoring percentages for Simple view to improve clarity
Browse files
app.py
CHANGED
@@ -356,7 +356,7 @@ with tab1:
|
|
356 |
if view_var == "Simple":
|
357 |
scoring_percentages = scoring_percentages[['Names', 'Runs', '8+ Runs', 'Win%', 'LevX', 'Own%']]
|
358 |
for col in ['Names', '8+ Runs', 'Own%']:
|
359 |
-
scoring_percentages[col] = '
|
360 |
st.dataframe(scoring_percentages.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(game_format, precision=2),
|
361 |
column_config={
|
362 |
"Names": st.column_config.LinkColumn(
|
|
|
356 |
if view_var == "Simple":
|
357 |
scoring_percentages = scoring_percentages[['Names', 'Runs', '8+ Runs', 'Win%', 'LevX', 'Own%']]
|
358 |
for col in ['Names', '8+ Runs', 'Own%']:
|
359 |
+
scoring_percentages[col] = 'Subscription Only ($$)'
|
360 |
st.dataframe(scoring_percentages.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(game_format, precision=2),
|
361 |
column_config={
|
362 |
"Names": st.column_config.LinkColumn(
|