Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
| 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:
|