Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,5 @@ agent = CodeAgent(
|
|
59 |
prompt_templates=prompt_templates
|
60 |
)
|
61 |
|
62 |
-
print("Agent running:", prompt)
|
63 |
-
result = agent.run(prompt)
|
64 |
-
print("Agent result:", result)
|
65 |
|
66 |
GradioUI(agent).launch()
|
|
|
59 |
prompt_templates=prompt_templates
|
60 |
)
|
61 |
|
|
|
|
|
|
|
62 |
|
63 |
GradioUI(agent).launch()
|