thechaiexperiment commited on
Commit
92eee43
·
verified ·
1 Parent(s): ad1a600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__":