huggingworld commited on
Commit
7e70117
·
verified ·
1 Parent(s): 45b5f87

Upload 2 files

Browse files
Files changed (2) hide show
  1. bundle.js +0 -0
  2. index.html +8 -0
bundle.js ADDED
The diff for this file is too large to render. See raw diff
 
index.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <head>
2
+ <script src="./bundle.js"></script>
3
+ <body style="background-image: url('background.png'); background-size: contain;">
4
+
5
+ </head>
6
+ <body>
7
+ <llm-chat></llm-chat>
8
+ </body>