ModernMewtwo26 commited on
Commit
7e81e48
·
verified ·
1 Parent(s): b1e6001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -48,7 +48,5 @@ agent = CodeAgent(
48
  name=None,
49
  description=None,
50
  prompt_templates=prompt_templates,
51
- custom_logic=lambda state: all(key in state for key in ['user_interest', 'user_expertise', 'user_budget'])
52
- )
53
 
54
  GradioUI(agent).launch()
 
48
  name=None,
49
  description=None,
50
  prompt_templates=prompt_templates,
 
 
51
 
52
  GradioUI(agent).launch()