tournas commited on
Commit
0c62f62
·
verified ·
1 Parent(s): 621c6f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_company_dcf(company_name: str) -> str:
55
  company_name: A string representing the company's name (e.g., 'Apple Inc').
56
  """
57
  try:
58
- api_key = "NR9AFISYRYH2B5U3"
59
  # Step 1: Retrieve the ticker symbol for the company
60
  symbol = get_company_ticker(api_key, company_name)
61
  if not symbol:
 
55
  company_name: A string representing the company's name (e.g., 'Apple Inc').
56
  """
57
  try:
58
+ api_key = api_key
59
  # Step 1: Retrieve the ticker symbol for the company
60
  symbol = get_company_ticker(api_key, company_name)
61
  if not symbol: