Naveen671 commited on
Commit
1202f1b
·
verified ·
1 Parent(s): 163c8b6

code generation for design description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -594,7 +594,7 @@ agent = CodeAgent(
594
  verbosity_level=1,
595
  grammar=None,
596
  planning_interval=None,
597
- name="Design-to-Code Agent",
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
  )