Spaces:
Build error
Build error
Update public/custom.html for document viewer
Browse files- public/custom.html +4 -0
public/custom.html
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- Custom HTML injection for Chainlit -->
|
| 2 |
+
<script src="/public/split_screen.js" defer></script>
|
| 3 |
+
<script src="/public/document_editor.js" defer></script>
|
| 4 |
+
<link rel="stylesheet" href="/public/split_screen.css">
|