We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a2d25 commit e128ffdCopy full SHA for e128ffd
poliloom-gui/src/app/evaluate/page.tsx
@@ -60,7 +60,8 @@ export default function EvaluatePage() {
60
61
if (isWaitingForData) {
62
return (
63
- <CenteredCard emoji="🔍" title="Finding politicians...">
+ <CenteredCard emoji="🔍" title="Gathering data...">
64
+ <p className="mb-4">Our AI is reading Wikipedia so you don't have to. Hang tight!</p>
65
<div className="flex justify-center">
66
<Spinner />
67
</div>
0 commit comments