Spaces:
Sleeping
Sleeping
Update modules.py
Browse files- modules.py +1 -1
modules.py
CHANGED
|
@@ -85,7 +85,7 @@ def get_cols_to_display() -> List[str]:
|
|
| 85 |
for our recommendations table.
|
| 86 |
"""
|
| 87 |
return [
|
| 88 |
-
'
|
| 89 |
'annualReportExpenseRatio',
|
| 90 |
'previousCloseUSD',
|
| 91 |
'averageVolumeUSD',
|
|
|
|
| 85 |
for our recommendations table.
|
| 86 |
"""
|
| 87 |
return [
|
| 88 |
+
'Ticker',
|
| 89 |
'annualReportExpenseRatio',
|
| 90 |
'previousCloseUSD',
|
| 91 |
'averageVolumeUSD',
|