Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,9 +177,7 @@ async def verify_policy(
|
|
| 177 |
status_code=200,
|
| 178 |
content={
|
| 179 |
"match": is_matched,
|
| 180 |
-
"
|
| 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:
|