Spaces:
Sleeping
Sleeping
{% extends "base.html" %} | |
{% block title %} | |
<title>Welcome</title> | |
{% endblock %} | |
{% block content %} | |
<button onclick="location.href='/new_chat'" formmethod="post">Get started!</button> | |
{% endblock %} |