palbha commited on
Commit
a4a096c
·
verified ·
1 Parent(s): 8071a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # Define a function to search images and return the image path for display
11
  @tool
12
- def search_images_for_presentation(query: str):
13
  """
14
  Searches for images related to the given query on the web (using DuckDuckGo search).
15
  Args:
 
9
 
10
  # Define a function to search images and return the image path for display
11
  @tool
12
+ def search_images_for_presentation(query: str) -> str:
13
  """
14
  Searches for images related to the given query on the web (using DuckDuckGo search).
15
  Args: