Carcar4 commited on
Commit
95b732d
·
verified ·
1 Parent(s): e8c1cd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def MyCustomSearch(*args, max_results = 10, **kwargs) -> str:
44
 
45
  try:
46
 
47
-
48
  except Exceiption as e:
49
  return f"Error search with duckduck go search '{search_term}' : {str(e)}"
50
 
 
44
 
45
  try:
46
 
47
+ return f"The results of the custom search tool are "
48
  except Exceiption as e:
49
  return f"Error search with duckduck go search '{search_term}' : {str(e)}"
50