Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ import requests
|
|
| 4 |
import pandas as pd
|
| 5 |
import openai
|
| 6 |
from smolagents import CodeAgent
|
| 7 |
-
from smolagents
|
|
|
|
| 8 |
|
| 9 |
# --- Constants ---
|
| 10 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
import openai
|
| 6 |
from smolagents import CodeAgent
|
| 7 |
+
from smolagents import DuckDuckGoSearchTool
|
| 8 |
+
|
| 9 |
|
| 10 |
# --- Constants ---
|
| 11 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|