Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xd11yggy
/
perplexity_ai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
95634e0
perplexity_ai
/
app.py
xd11yggy
Update app.py
95634e0
verified
4 days ago
raw
Copy download link
history
blame
Safe
191 Bytes
from
smolagents
import
DuckDuckGoSearchTool
# Initialize the tool
web_search = DuckDuckGoSearchTool()
# Perform search
results = web_search(
"Pont des Arts length in meters"
)
print
(results)