← back to hub
↑ parent
LLM 05
E-Commerce
Dashboard
Home
(current)
Market
AI Assistant
{% if current_user.is_authenticated %}
{% if current_user.username != 'admin' %}
{{ current_user.prettier_budget }}
{% endif %}
{{ current_user.username }}
Logout
{% else %}
Login
Register
{% endif %}
OWASP Challenge
{% block body %}
🤖 AI is thinking
.
.
.
Send
{% endblock %}