LeonceNsh commited on
Commit
de32fc7
·
verified ·
1 Parent(s): 353ace8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import pstats
14
  FONT_SIZE = 32
15
 
16
  # Company ticker mapping for US-based public finance companies
17
- COMPANY_TICKERS_US_FINANCE = {
18
  'JPMorgan Chase': 'JPM',
19
  'Visa': 'V',
20
  'PNC Financial': 'PNC',
 
14
  FONT_SIZE = 32
15
 
16
  # Company ticker mapping for US-based public finance companies
17
+ COMPANY_TICKERS = {
18
  'JPMorgan Chase': 'JPM',
19
  'Visa': 'V',
20
  'PNC Financial': 'PNC',