Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -736,7 +736,8 @@ async def recipes_endpoint(profile: MedicalProfile):
|
|
| 736 |
print(f"Unexpected error: {e}")
|
| 737 |
raise HTTPException(status_code=500, detail="An unexpected error occurred.")
|
| 738 |
|
| 739 |
-
|
|
|
|
| 740 |
if not init_success:
|
| 741 |
print("Warning: Application initialized with partial functionality")
|
| 742 |
if __name__ == "__main__":
|
|
|
|
| 736 |
print(f"Unexpected error: {e}")
|
| 737 |
raise HTTPException(status_code=500, detail="An unexpected error occurred.")
|
| 738 |
|
| 739 |
+
|
| 740 |
+
|
| 741 |
if not init_success:
|
| 742 |
print("Warning: Application initialized with partial functionality")
|
| 743 |
if __name__ == "__main__":
|