latif98 commited on
Commit
93ac80b
·
verified ·
1 Parent(s): 69ca4ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ AlPHA_VANTAGE_KEY = os.getenv('ALPHA_VANTAGE_KEY')
16
  def get_equity_symbol(keyword:str)-> list:
17
  """A tool that search the symbol of equity (company).
18
  Args:
19
- equity_name: name of the equity or company
20
  Returns:
21
  filtered_data: a list of dicts which included highly similar symbol of the equity and its region
22
  """
 
16
  def get_equity_symbol(keyword:str)-> list:
17
  """A tool that search the symbol of equity (company).
18
  Args:
19
+ keyword: name of the equity or company
20
  Returns:
21
  filtered_data: a list of dicts which included highly similar symbol of the equity and its region
22
  """