auto_space_1 / index.html
broadfield-dev's picture
Upload index.html with huggingface_hub
a056fa0 verified
raw
history blame contribute delete
193 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Chatbot</title>
</head>
<body>
<h1>Chatbot</h1>
<div id="gradio-app"></div>
<script src="https://gradio.app/js/gradio.js"></script>
</body>
</html>