palbha commited on
Commit
80b3746
·
verified ·
1 Parent(s): bed3240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 images related to a given query.
16
-
17
  Args:
18
- query (str): The search term used to find relevant images.
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.