{% extends "base.html" %} {% block content %}

Welcome {{session['user']}} to the internal MOS assistant for AudioCraft. You can create custom surveys between your models, that you can evaluate yourself, or with the help of your teammates, by simply sharing a link!

{% for error in errors %}

{{error}}

{% endfor %}

{% endblock %}