diff --git a/app/app.py b/app/app.py index a105eda..fa6a2cc 100644 --- a/app/app.py +++ b/app/app.py @@ -165,6 +165,7 @@ def salary_demousers(): except Exception as e: return { "demo_data": [], + "error": f"ERROR: {e}" }, 200