{% extends "page.html" %} {% block stylesheet %} {% endblock %} {% block site %}
Hugging Face Logo

HuggingClaw Terminal

Welcome to JupyterLab

Token defaults to your GATEWAY_TOKEN. Set JUPYTER_TOKEN to override.

{% if login_available %}
{{ xsrf_form_html() | safe }} {% if token_available %} {% else %} {% endif %}
{% else %}

{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}

{% endif %}
Back to HuggingClaw dashboard
{% if message %}
{% for key in message %}
{{message[key]}}
{% endfor %}
{% endif %} {% if token_available %} {% block token_message %} {% endblock token_message %} {% endif %}
{% endblock %} {% block script %} {% endblock %}