Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,9 @@ from bs4 import BeautifulSoup
|
|
12 |
@tool
|
13 |
def search_images_for_presentation(query: str) -> str:
|
14 |
"""
|
15 |
-
Searches for
|
16 |
-
|
17 |
Args:
|
18 |
-
query
|
19 |
|
20 |
Returns:
|
21 |
list: A list of image URLs.
|
|
|
12 |
@tool
|
13 |
def search_images_for_presentation(query: str) -> str:
|
14 |
"""
|
15 |
+
Searches for image related to the given query on the web (using DuckDuckGo search).
|
|
|
16 |
Args:
|
17 |
+
query: The query to search for images or logos.
|
18 |
|
19 |
Returns:
|
20 |
list: A list of image URLs.
|