Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nattyboi
/
resume-api
like
0
Starting
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nattyboi
commited on
Mar 4
Commit
e9d31b6
·
verified
·
1 Parent(s):
9fe38b7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ def ask_ai_about_resume(query, user_id):
101
"""
102
)
103
104
-
return response.text
101
"""
102
)
103
104
+
return
{"context":context,"Ai Response":
response.text
}