Spaces:
Sleeping
Sleeping
code generation for design description
Browse files
app.py
CHANGED
|
@@ -594,7 +594,7 @@ agent = CodeAgent(
|
|
| 594 |
verbosity_level=1,
|
| 595 |
grammar=None,
|
| 596 |
planning_interval=None,
|
| 597 |
-
name="
|
| 598 |
description="An AI agent that converts design descriptions and images into functional HTML, CSS, and JavaScript code.",
|
| 599 |
prompt_templates=prompt_templates
|
| 600 |
)
|
|
|
|
| 594 |
verbosity_level=1,
|
| 595 |
grammar=None,
|
| 596 |
planning_interval=None,
|
| 597 |
+
name="DesignToCodeAgent", # Fixed: removed spaces and hyphens
|
| 598 |
description="An AI agent that converts design descriptions and images into functional HTML, CSS, and JavaScript code.",
|
| 599 |
prompt_templates=prompt_templates
|
| 600 |
)
|