Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yhng2525
/
AI-Resume-Ranking-hybrid
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-Resume-Ranking-hybrid
/
utils
/
json_utils.py
yhng2525
Revert back to Step-C with app.py and json_utils.py aligned back
314f1f4
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
def
_pretty_json
(
obj
) ->
str
:
return
json.dumps(obj, indent=
2
, ensure_ascii=
False
)