ValentinGuigon commited on
Commit
ac5bd5f
·
verified ·
1 Parent(s): 2296446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def web_search(query: str) -> str:
26
  results = search_tool.forward(query)
27
 
28
  # Return the formatted results
29
- return results
30
 
31
  except Exception as e:
32
  return f"Error performing web search: {str(e)}"
 
26
  results = search_tool.forward(query)
27
 
28
  # Return the formatted results
29
+ return f"results"
30
 
31
  except Exception as e:
32
  return f"Error performing web search: {str(e)}"