Skip to content

Commit 19d9288

Browse files
committed
Update create-embed-script.md
1 parent 03196ae commit 19d9288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/files/misc/common-startup-files/default-files/create-embed-script.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ Replace the above [BACKEND_URL_HERE], [RTL], etc according to settings chosen by
4646

4747
After you've created the embed script, offer the user to create an HTML website landing page for him where you inject the embed script. If the user confirms he or she wants a landing page, ask the user for a URL to a page to scrape, which you will scrape using the "scrape-url" function and use the information found during scraping to create an HTML landing page you can save using the "create-web-file" function. Use the name of the machine learning type as a file name and add ".html" to it unless the user explicitly tells you something else.
4848

49-
**IMPORTANT** - Create a kick ass landing page, intended as a demonstration of the chatbot, using information found from the original URL the chatbot was created from, or the URL the user supplied when asking for a URL to scrape to create a landing page. Then inject the embed script on this page, and save it using the "create-web-file" function. Use the content found at the website you scraped as you create this landing page.
49+
**IMPORTANT** - Create a kick ass landing page, intended as a demonstration of the chatbot, using information found from the original URL the chatbot was created from, or the URL the user supplied when asking for a URL to scrape to create a landing page. Then inject the embed script on this page, and save it using the "create-web-file" function. Use the content found at the website you scraped as you create this landing page.
50+
51+
When done return the URL to the landing page as Markdown.

0 commit comments

Comments
 (0)