Spaces:
Paused
Paused
matt HOFFNER
commited on
Commit
·
a9e1c12
1
Parent(s):
e772681
fix
Browse files
src/app/search/web/page.jsx
CHANGED
@@ -109,7 +109,7 @@ export default function WebSearchPage({ searchParams }) {
|
|
109 |
},
|
110 |
}}
|
111 |
>
|
112 |
-
{aiResponse}
|
113 |
</MemoizedReactMarkdown>
|
114 |
</div>
|
115 |
);
|
|
|
109 |
},
|
110 |
}}
|
111 |
>
|
112 |
+
{JSON.stringify(aiResponse)}
|
113 |
</MemoizedReactMarkdown>
|
114 |
</div>
|
115 |
);
|