SimpleSam commited on
Commit
2cec3c1
·
verified ·
1 Parent(s): 951cc40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def get_property(location: str) -> str:
42
  try:
43
  #
44
  search = DuckDuckGoSearchTool.forward(location)
 
45
 
46
 
47
  final_answer = FinalAnswerTool()
 
42
  try:
43
  #
44
  search = DuckDuckGoSearchTool.forward(location)
45
+ return search
46
 
47
 
48
  final_answer = FinalAnswerTool()