Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,6 @@ def duckduckgo_search(query, max_results=5):
|
|
| 164 |
except Exception as e:
|
| 165 |
print(f"Error in DuckDuckGo search: {e}")
|
| 166 |
return [{"link": None, "text": "No information found in the web search results."}]
|
| 167 |
-
Now, let's update the imports at the begin
|
| 168 |
|
| 169 |
def respond(
|
| 170 |
message,
|
|
|
|
| 164 |
except Exception as e:
|
| 165 |
print(f"Error in DuckDuckGo search: {e}")
|
| 166 |
return [{"link": None, "text": "No information found in the web search results."}]
|
|
|
|
| 167 |
|
| 168 |
def respond(
|
| 169 |
message,
|