+
{object.name}
diff --git a/packages/frontend/src/pages/Playgrounds.svelte b/packages/frontend/src/pages/Playgrounds.svelte
index a1cef84f2..42fb3c906 100644
--- a/packages/frontend/src/pages/Playgrounds.svelte
+++ b/packages/frontend/src/pages/Playgrounds.svelte
@@ -37,28 +37,30 @@ const openServicesPage = () => {
{#if $conversations.length > 0}
{:else}
-
- There is no playground environment. You can
create one now.
+
+
+
+ Playground environments allow for experimenting with available models in a local environment. An
+ intuitive user prompt helps in exploring the capabilities and accuracy of various models and aids in
+ finding the best model for the use case at hand.
+
+
+ Once started, each playground ships with a generic chat client to interact with the model service. The
+ page allows for accessing running model services and provides further details and code snippets to interact
+ with them.
+
-
- Playground environments allow for experimenting with available models in a local environment. An intuitive
- user prompt helps in exploring the capabilities and accuracy of various models and aids in finding the
- best model for the use case at hand.
-
-
- Once started, each playground ships with a generic chat client to interact with the model service. The
- page allows for accessing running model services and provides further details and code snippets to interact
- with them.
-
{/if}