Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 48 |
|
| 49 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 50 |
try:
|
| 51 |
-
agent =
|
| 52 |
except Exception as e:
|
| 53 |
print(f"Error instantiating agent: {e}")
|
| 54 |
return f"Error initializing agent: {e}", None
|
|
|
|
| 48 |
|
| 49 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 50 |
try:
|
| 51 |
+
agent = BestAgent()
|
| 52 |
except Exception as e:
|
| 53 |
print(f"Error instantiating agent: {e}")
|
| 54 |
return f"Error initializing agent: {e}", None
|