xd11yggy commited on
Commit
95634e0
Β·
verified Β·
1 Parent(s): d146408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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)