We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c441e33 commit f32a686Copy full SHA for f32a686
reflex/utils/templates.py
@@ -415,11 +415,6 @@ def get_init_cli_prompt_options() -> list[Template]:
415
The CLI options.
416
"""
417
return [
418
- Template(
419
- name=constants.Templates.AI,
420
- description="[bold]Try our free AI builder.",
421
- code_url="",
422
- ),
423
Template(
424
name=constants.Templates.DEFAULT,
425
description="A blank Reflex app.",
@@ -430,4 +425,9 @@ def get_init_cli_prompt_options() -> list[Template]:
430
description="Premade templates built by the Reflex team.",
431
426
code_url="",
432
427
),
428
+ Template(
429
+ name=constants.Templates.AI,
+ description="[bold]Try our AI builder.",
+ code_url="",
+ ),
433
]
0 commit comments