{% extends "base.html" %} {% block title_suffix %} — Result{% endblock %} {% block content %}

Embed Result

{% if success %}

{{ message }}

Your workspace {{ slug }} is ready.

To get the chatbot embed code, run:

botstash chatbot {{ workspace }}

Or copy the embed code from the AnythingLLM settings panel.

{% else %}

Error: {{ message }}

{% endif %} ← Upload another course {% endblock %}