add new lines

This commit is contained in:
Xi Yan 2024-09-18 10:57:00 -07:00
parent 33c175dc0a
commit 5991b0ddb6

View file

@ -98,7 +98,7 @@ class StackBuild(Subcommand):
)
cprint(
f"Now, let's configure your Llama Stack distribution specs with API providers",
f"\n Now, let's configure your Llama Stack distribution specs with API providers",
color="green",
)
@ -113,7 +113,7 @@ class StackBuild(Subcommand):
providers[api.value] = api_provider
description = prompt(
"> (Optional) Please enter a short description for your Llama Stack distribution: ",
"\n > (Optional) Please enter a short description for your Llama Stack distribution: ",
default="",
)