Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,6 @@ from smolagents import DuckDuckGoSearchTool
|
|
4 |
web_search = DuckDuckGoSearchTool()
|
5 |
|
6 |
# Perform search
|
7 |
-
results = web_search("Pont des Arts length in meters")
|
|
|
|
|
|
4 |
web_search = DuckDuckGoSearchTool()
|
5 |
|
6 |
# Perform search
|
7 |
+
results = web_search("Pont des Arts length in meters")
|
8 |
+
|
9 |
+
print(results)
|