Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Sep 5, 2024
1 parent d3395ac commit 82e84b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/search/SearchAnswer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ export default function SearchAnswer({

{searchState == "generating" && (
<div key={"generating"} className="relative inline-block">
<span className="loading-text">Generating response...</span>
<span className="loading-text">Generating Response...</span>
</div>
)}

{searchState == "citing" && (
<div key={"citing"} className="relative inline-block">
<span className="loading-text">Creating citations...</span>
<span className="loading-text">Extracting Quotes...</span>
</div>
)}

Expand Down

0 comments on commit 82e84b1

Please sign in to comment.