Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ agent_codeagent = CodeAgent(
|
|
72 |
def run_and_submit_one():
|
73 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
74 |
try:
|
75 |
-
agent = BasicAgent()
|
76 |
-
|
77 |
|
78 |
except Exception as e:
|
79 |
print(f"Error instantiating agent: {e}")
|
|
|
72 |
def run_and_submit_one():
|
73 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
74 |
try:
|
75 |
+
#agent = BasicAgent()
|
76 |
+
agent = agent_codeagent
|
77 |
|
78 |
except Exception as e:
|
79 |
print(f"Error instantiating agent: {e}")
|