Cheangys commited on
Commit
d1cfa6b
·
verified ·
1 Parent(s): 1b9e29f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def duckweb_search(query: str) -> str:
110
  first_result = search_results[0]
111
 
112
  # Attempt to find a pattern like "123.45 USD" in the text
113
-
114
  else:
115
  return f"No search results found for {query}."
116
 
 
110
  first_result = search_results[0]
111
 
112
  # Attempt to find a pattern like "123.45 USD" in the text
113
+ return f"the answer is {first_result}"
114
  else:
115
  return f"No search results found for {query}."
116