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