James McCool
commited on
Commit
·
b7746b2
1
Parent(s):
d23b397
Rename 'Diversity' to 'Avg Diversity' in analysis tables for clarity and consistency in 'Manage Portfolio'.
Browse files
app.py
CHANGED
@@ -2044,7 +2044,7 @@ if selected_tab == 'Manage Portfolio':
|
|
2044 |
'Avg Finish %': '{:.2%}',
|
2045 |
'Avg Lineup Edge': '{:.2%}',
|
2046 |
'Exposure': '{:.2%}',
|
2047 |
-
'Diversity': '{:.2%}'
|
2048 |
}),
|
2049 |
height=400,
|
2050 |
use_container_width=True
|
|
|
2044 |
'Avg Finish %': '{:.2%}',
|
2045 |
'Avg Lineup Edge': '{:.2%}',
|
2046 |
'Exposure': '{:.2%}',
|
2047 |
+
'Avg Diversity': '{:.2%}'
|
2048 |
}),
|
2049 |
height=400,
|
2050 |
use_container_width=True
|