Skip to content

Commit 0f48e33

Browse files
committed
fix: outdated gemini version
1 parent 5b71c0b commit 0f48e33

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Flask==2.2.5
33
flask-cors==3.0.10
44
python-dotenv==1.0.0
5-
google-generativeai==0.5.0
5+
google-generativeai==0.8.5
66
PyPDF2==3.0.1
77

88
# Production server

frontend/src/pages/Home.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,9 @@ const Home = () => {
304304
{error && (
305305
<ErrorDisplay
306306
title="Analysis Error"
307-
message="We encountered an issue while analyzing your resume."
307+
message={error || 'We encountered an issue while analyzing your resume.'}
308308
error={error}
309+
showDetails
309310
onRetry={handleAnalyze}
310311
/>
311312
)}

0 commit comments

Comments
 (0)