Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|