heisterverse / index.html
ch404's picture
add index.html
9ad36da
raw
history blame contribute delete
370 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Huggingface Chatbot</title>
</head>
<body>
<h1>Chatbot experiment with Huggingface, FastAPI and Websockets</h1>
<p>See docs under <a href="/docs" target="_blank">/docs</a> for api endpoints</p>
</body>
</html>