palbha commited on
Commit
2fb2e28
·
verified ·
1 Parent(s): e8f982b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from bs4 import BeautifulSoup
11
  # Define a function to extract image URLs from DuckDuckGo search
12
  @tool
13
  def search_images_for_presentation(query: str) -> list:
14
- """
15
  Searches for images related to the given query on DuckDuckGo and returns a list of image URLs.
16
 
17
  Args:
 
11
  # Define a function to extract image URLs from DuckDuckGo search
12
  @tool
13
  def search_images_for_presentation(query: str) -> list:
14
+ """
15
  Searches for images related to the given query on DuckDuckGo and returns a list of image URLs.
16
 
17
  Args: