Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def get_dcf_of_company(symbol: str) -> str:
|
|
| 18 |
"""Retrieve the Discounted Cash Flow (DCF) of a company based on its stock symbol.
|
| 19 |
|
| 20 |
Args:
|
| 21 |
-
symbol
|
| 22 |
|
| 23 |
Returns:
|
| 24 |
str: A message with the DCF value or an error message if the calculation fails.
|
|
|
|
| 18 |
"""Retrieve the Discounted Cash Flow (DCF) of a company based on its stock symbol.
|
| 19 |
|
| 20 |
Args:
|
| 21 |
+
symbol: The stock symbol of the company (e.g., 'AAPL' for Apple, 'IBM' for IBM).
|
| 22 |
|
| 23 |
Returns:
|
| 24 |
str: A message with the DCF value or an error message if the calculation fails.
|