Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
AswinMathew
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AswinMathew
commited on
Mar 2, 2025
Commit
fa49c52
·
verified
·
1 Parent(s):
6fffeb5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,7 +45,7 @@ def get_news(topic: str) -> str:
45
46
"""
47
48
-
search_result = web_serach_tool
.run
(topic)
49
50
return search_result
51
45
46
"""
47
48
+
search_result = web_serach_tool(topic)
49
50
return search_result
51