Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import pytz
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
-
from web_search import DuckDuckGoSearchTool
|
| 8 |
from forex_python.converter import CurrencyRates
|
| 9 |
import os
|
| 10 |
from huggingface_hub import login
|
|
|
|
| 4 |
import pytz
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
+
# from web_search import DuckDuckGoSearchTool
|
| 8 |
from forex_python.converter import CurrencyRates
|
| 9 |
import os
|
| 10 |
from huggingface_hub import login
|