From 68712fb418fbbe5d24915fd515d0f8131d257710 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 22 May 2025 16:08:03 -0700 Subject: [PATCH] Image gen is working --- frontend/src/NewApp/Components/Pulse.tsx | 6 ++--- .../NewApp/Components/streamQueryResponse.tsx | 3 ++- .../src/NewApp/Pages/GenerateCandidate.tsx | 22 +++++++++++-------- src/utils/agents/image_generator.py | 18 ++++++++++----- src/utils/profile_image.py | 15 ++++++++----- 5 files changed, 39 insertions(+), 25 deletions(-) diff --git a/frontend/src/NewApp/Components/Pulse.tsx b/frontend/src/NewApp/Components/Pulse.tsx index db01dcb..54264f4 100644 --- a/frontend/src/NewApp/Components/Pulse.tsx +++ b/frontend/src/NewApp/Components/Pulse.tsx @@ -37,8 +37,8 @@ const Pulse: React.FC = ({ timestamp, sx }) => { }; const baseCoreStyle: React.CSSProperties = { - width: 24, - height: 24, + width: 0, + height: 0, borderRadius: '50%', backgroundColor: '#2196f3', position: 'relative', @@ -92,8 +92,6 @@ const Pulse: React.FC = ({ timestamp, sx }) => { animation: 'ripple-expand 1s ease-out 0.3s forwards', }; - - return ( <>