Skip to content

Commit a4cbcb2

Browse files
committed
move ai builder to last option
1 parent ce9b21a commit a4cbcb2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

reflex/utils/templates.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,6 @@ def get_init_cli_prompt_options() -> list[Template]:
415415
The CLI options.
416416
"""
417417
return [
418-
Template(
419-
name=constants.Templates.AI,
420-
description="[bold]Try our free AI builder.",
421-
code_url="",
422-
),
423418
Template(
424419
name=constants.Templates.DEFAULT,
425420
description="A blank Reflex app.",
@@ -430,4 +425,9 @@ def get_init_cli_prompt_options() -> list[Template]:
430425
description="Premade templates built by the Reflex team.",
431426
code_url="",
432427
),
428+
Template(
429+
name=constants.Templates.AI,
430+
description="[bold]Try our AI builder.",
431+
code_url="",
432+
),
433433
]

0 commit comments

Comments
 (0)