Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Story RAG Assistant (Gradio-Lite)</title>
|
| 7 |
-
<script type="module"
|
| 8 |
-
<link rel="stylesheet" href="https://
|
| 9 |
<style>
|
| 10 |
body {
|
| 11 |
background-color: #0f172a;
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Story RAG Assistant (Gradio-Lite)</title>
|
| 7 |
+
<script type="module" src="https://gradio-lite-previews.s3.amazonaws.com/PINNED_HF_HUB/dist/lite.js"></script>
|
| 8 |
+
<link rel="stylesheet" href="https://gradio-lite-previews.s3.amazonaws.com/PINNED_HF_HUB/dist/lite.css" />
|
| 9 |
<style>
|
| 10 |
body {
|
| 11 |
background-color: #0f172a;
|