We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b71c0b commit 0f48e33Copy full SHA for 0f48e33
2 files changed
backend/requirements.txt
@@ -2,7 +2,7 @@
2
Flask==2.2.5
3
flask-cors==3.0.10
4
python-dotenv==1.0.0
5
-google-generativeai==0.5.0
+google-generativeai==0.8.5
6
PyPDF2==3.0.1
7
8
# Production server
frontend/src/pages/Home.jsx
@@ -304,8 +304,9 @@ const Home = () => {
304
{error && (
305
<ErrorDisplay
306
title="Analysis Error"
307
- message="We encountered an issue while analyzing your resume."
+ message={error || 'We encountered an issue while analyzing your resume.'}
308
error={error}
309
+ showDetails
310
onRetry={handleAnalyze}
311
/>
312
)}
0 commit comments