Sahanabg commited on
Commit
3a21a55
·
verified ·
1 Parent(s): 72a8895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ async def predict(lead: dict):
335
  return {
336
  "score": score,
337
  "conversion_probability": conversion_category, # Return as string category
338
- "send_to_ai_caller": send_to_ai_caller,
339
  "max_attempts": max_attempts
340
  }
341
 
 
335
  return {
336
  "score": score,
337
  "conversion_probability": conversion_category, # Return as string category
338
+ "send_to_ai_caller": False,
339
  "max_attempts": max_attempts
340
  }
341