faizaltkl commited on
Commit
eb1e69c
·
verified ·
1 Parent(s): 006c33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
49
  # Load system prompt from prompt.yaml file
50
  with open("prompts.yaml", 'r') as stream:
51
  prompt_templates = yaml.safe_load(stream)
52
- print(prompt_templates)
53
 
54
  agent = CodeAgent(
55
  model=model,
 
49
  # Load system prompt from prompt.yaml file
50
  with open("prompts.yaml", 'r') as stream:
51
  prompt_templates = yaml.safe_load(stream)
52
+
53
 
54
  agent = CodeAgent(
55
  model=model,