ArnoChen
commited on
Commit
·
26e5a24
1
Parent(s):
598911f
format
Browse files
lightrag_webui/src/features/ApiSite.tsx
CHANGED
@@ -2,4 +2,4 @@ import { backendBaseUrl } from '@/lib/constants'
|
|
2 |
|
3 |
export default function ApiSite() {
|
4 |
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
|
5 |
-
}
|
|
|
2 |
|
3 |
export default function ApiSite() {
|
4 |
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
|
5 |
+
}
|
lightrag_webui/src/features/RetrievalTesting.tsx
CHANGED
@@ -159,4 +159,3 @@ export default function RetrievalTesting() {
|
|
159 |
</div>
|
160 |
)
|
161 |
}
|
162 |
-
|
|
|
159 |
</div>
|
160 |
)
|
161 |
}
|
|
lightrag_webui/src/features/SiteHeader.tsx
CHANGED
@@ -73,4 +73,3 @@ export default function SiteHeader() {
|
|
73 |
</header>
|
74 |
)
|
75 |
}
|
76 |
-
|
|
|
73 |
</header>
|
74 |
)
|
75 |
}
|
|