yetessam commited on
Commit
649f016
·
verified ·
1 Parent(s): d263568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def initialize_agent(endpoint_uri: str):
42
  additional_authorized_imports=["pytz"]
43
  )
44
 
45
- print_default_prompt_templates( agent )
46
 
47
  return agent
48
 
 
42
  additional_authorized_imports=["pytz"]
43
  )
44
 
45
+ #print_default_prompt_templates( agent )
46
 
47
  return agent
48