corquaerit commited on
Commit
bbf1b20
·
verified ·
1 Parent(s): 33c1de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -65,7 +65,6 @@ def forex_tool(query:str,amt:float, base_currency:str, conv_currency:str)-> floa
65
  conv_currency:the currency to be converted into(e.g ghs)
66
  """
67
  forex_tool= DDGS()
68
- full_query = f"{}"
69
  search_result = DDGS().text(query)
70
  amount_worth = amt * float(conv_currency)
71
  return amount_worth
 
65
  conv_currency:the currency to be converted into(e.g ghs)
66
  """
67
  forex_tool= DDGS()
 
68
  search_result = DDGS().text(query)
69
  amount_worth = amt * float(conv_currency)
70
  return amount_worth