diff --git a/src/interface/web/app/search/page.tsx b/src/interface/web/app/search/page.tsx
index 15db5b76..d9ca65d7 100644
--- a/src/interface/web/app/search/page.tsx
+++ b/src/interface/web/app/search/page.tsx
@@ -870,6 +870,35 @@ export default function Search() {
)}
{error &&
{error}
}
+ {!searchResults && !fileObjectsLoading && files.length === 0 && (
+
+
+
+
+
+
+ Let's get started!
+
+
+
+
+ To use search, upload docs via the "Add Documents" button.
+
+
+
+ Learn More
+
+
+
+
+ )}
+
{files.map((file, index) => (
)}
- {searchResults && searchResults.length === 0 && (
-
-
-
-
-
-
- No documents found
-
-
-
-
- To use search, upload your docs to your account.
-
-
-
- Learn More
-
-
-
-
- )}
+