From 78a4580e00cf5cd408c43b0c4b415f455b1b9567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=B6nicke?= Date: Thu, 20 Apr 2023 13:00:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20feat:=20put=20link=20to=20repo?= =?UTF-8?q?=20in=20the=20playground=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/options/generate/templates_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options/generate/templates_user.py b/src/options/generate/templates_user.py index 5b377fa..26fefc4 100644 --- a/src/options/generate/templates_user.py +++ b/src/options/generate/templates_user.py @@ -296,6 +296,7 @@ Create a playground for the executor {microservice_name} using streamlit. The playground must look like it was made by a professional designer. All the ui elements are well thought out to make them visually appealing and easy to use. The playground contains many emojis that fit the theme of the playground and has an emoji as favicon. +The playground encourages the user to deploy their own microservice by clicking on this link: https://github.com/jina-ai/gptdeploy This is an example how you can connect to the executor assuming the document (d) is already defined: ``` from jina import Client, Document, DocumentArray