File size: 193 Bytes
a056fa0
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!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>