Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
38 |
|
39 |
# 1. Instantiate Agent
|
40 |
try:
|
41 |
-
agent =
|
42 |
except Exception as e:
|
43 |
print(f"Error instantiating agent: {e}")
|
44 |
return f"Error initializing agent: {e}", None
|
|
|
38 |
|
39 |
# 1. Instantiate Agent
|
40 |
try:
|
41 |
+
agent = DuckDuckGoAgent()
|
42 |
except Exception as e:
|
43 |
print(f"Error instantiating agent: {e}")
|
44 |
return f"Error initializing agent: {e}", None
|