tournas commited on
Commit
44ca4f6
·
verified ·
1 Parent(s): d2a188e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (str): 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.
 
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.