Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,5 +61,4 @@ agent = CodeAgent(
|
|
| 61 |
prompt_templates=prompt_templates
|
| 62 |
)
|
| 63 |
|
| 64 |
-
print("\n".join([f"- {a}" for a in agent.toolbox.keys()]))
|
| 65 |
GradioUI(agent).launch()
|
|
|
|
| 61 |
prompt_templates=prompt_templates
|
| 62 |
)
|
| 63 |
|
|
|
|
| 64 |
GradioUI(agent).launch()
|