tylermullen commited on
Commit
687b868
·
verified ·
1 Parent(s): 00c0bbd

Upload 2 files

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