agentsay commited on
Commit
2295e56
·
verified ·
1 Parent(s): ecffcc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -177,9 +177,7 @@ async def verify_policy(
177
  status_code=200,
178
  content={
179
  "match": is_matched,
180
- "policy_uins_found": policy_uins,
181
- "total_uins_in_db": len(db_uins),
182
- "sample_db_uins": db_uins[:5],
183
  }
184
  )
185
  except Exception as e:
 
177
  status_code=200,
178
  content={
179
  "match": is_matched,
180
+ "policy-text":policy_text,
 
 
181
  }
182
  )
183
  except Exception as e: